当前位置: 移动技术网 > IT编程>脚本编程>VBScript > 用VBSrcipt判断是否是日期

用VBSrcipt判断是否是日期

2017年12月12日  | 移动技术网IT编程  | 我要评论

大爱晚成番外,赵四全集,流月抄

<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>

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网