在asp里怎么把字符型转化为日期型,我用cdate()转化不成功!!(50分)

  • 主题发起人 主题发起人 fox_hy
  • 开始时间 开始时间
用STRTODATE() {function StrToDate(const S: string): TDateTime;}
不能有字母等。
 
可以使用StrToDate(S)
{s的类型是个String}
注意年、月、日一定要用'/'或'_'进行连接
 
用formatdatetime()
 
多人接受答案了。
 

Similar threads

回复
0
查看
1K
不得闲
S
回复
0
查看
1K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
900
SUNSTONE的Delphi笔记
S
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
后退
顶部