龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > 软件开发 > VB开发 >

用VBSrcipt判断是否是日期

时间:2014-07-06 02:02来源:网络整理 作者:网络 点击:
分享到:
用VBSrcipt判断是否是日期
<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>
精彩图集

赞助商链接