首 页
网络学院
视频教程
资源下载
HOT
实例教程
图文教程
专题中心
学习社区
繁體中文
当前位置:
首页
>
图文教程
>
脚本技术
>
VBScript
> 用VBSrcipt判断是否是日期
VBScript
VBS教程:属性-DateCreated 属性
VBS教程:属性-Count 属性
VBS教程:属性-CompareMode 属性
VBS教程:属性-Column 属性
VBS教程:属性-AvailableSpace 属性
VBS教程:属性-Attributes 属性
VBS教程:属性-AtEndOfStream 属性
VBS教程:属性-AtEndOfLine 属性
VBS教程:对象-Folders 集合
VBS教程:对象-Folder 对象
VBS教程:对象-FileSystemObject 对象
VBS教程:对象-Files 集合
VBS教程:对象-File 对象
VBS教程:对象-Drives 集合
VBS教程:对象-Drive 对象
VBS教程:对象-Dictionary
VBS教程:方法-WriteLine 方法
VBS教程:方法-WriteBlankLines 方法
VBS教程:方法-Write 方法
VBS教程:方法-SkipLine 方法
No.
«
‹
3
4
5
6
›
»
技术文章搜索
关键字
VBScript 中的 用VBSrcipt判断是否是日期
出处:
互联网
整理:
软晨网(RuanChen.com)
发布:
2009-09-11
浏览: 92 ::
收藏到网摘: n/a
防SQL注入的VBSrcipt代码
Stream、WshShell、WshUrlShortcut对象及Shell.Application的参数与使用
<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>
防SQL注入的VBSrcipt代码
Stream、WshShell、WshUrlShortcut对象及Shell.Application的参数与使用
评论 (0)
All
登陆
还没注册?