6832.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行
HTML
23 行
<html>
<head>
<title>Re: 一个有关VB日期指令的问题.</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>Re: 一个有关VB日期指令的问题.</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by <a href="mailto:alice@email.esunbank.com.tw">alice</a> on October 28, 1998 at 19:10:44:<p>
In Reply to: <a href="6796.html">一个有关VB日期指令的问题.</a> posted by kkcheung on October 27, 1998 at 17:33:09:<p>
<br> Dim a As String<br> Dim b As Integer<br> a = "19981010"<br> b = 3<br> Text1.Text = DateSerial(Left(a, 4), Val(Mid(a, 5, 2)), Val(Mid(a, 7, 2)) + b)<br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 6832-->
</ul><!--end: 6832-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?