易网时代-编程资源站
Welcome
首页
/
编程脚本
/
用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>
版权所有©石家庄振强科技有限公司2024
冀ICP备08103738号-5
网站地图