通过本文主要向大家介绍了判断是否为日期,excel 判断是否为日期,js 判断是否是日期,java判断是否是日期,vb 判断是否为日期等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
<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> </div>
<!--
'判断是否是日期
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> </div>

