用VBSrcipt判断是否是日期
更新时间:2007年03月09日 00:00:00 作者:
<SCRIPT LANGUAGE="vbScript">
<!--
'判断是否是日期
function thisdate(dt)
if not IsDate(dt) then
thisdate=false
elseif int(left(dt,4))<int(1750) then
thisdate=false
else
thisdate=true
end if
end function
//-->
</SCRIPT>
<!--
'判断是否是日期
function thisdate(dt)
if not IsDate(dt) then
thisdate=false
elseif int(left(dt,4))<int(1750) then
thisdate=false
else
thisdate=true
end if
end function
//-->
</SCRIPT>
相关文章
修复Windows上面的WScript的脚本(.vbs)不能执行了
修复Windows上面的WScript的脚本(.vbs)不能执行了...2007-03-03一个可以更换windows xp or 2003的序列号的vbs脚本
一个可以更换windows xp or 2003的序列号的vbs脚本...2007-02-02
最新评论