7万
861
32万
论坛元老
<%Dim objCMFUDim strModifiedSet objCMFU = Server.CreateObject("CM_FileUtils.GetProperty")' 创建对象并赋给变量,并且GetProperty类是当前唯一可用的.
strModified = objCMFU.LastModified' 检索并返回包含最后修改日期和时间(LastModified function )值.当然了,还要考虑到出错的可能. Set objCMFU = Nothing' 清空.%><% If strModified = "Error!" Then %>对不起,出错了!<% Else %>这个文件最后修改于:
<%= strModified %>
<%= FormatDateTime(CDate(strModified),1) %>
<%= FormatDateTime(CDate(strModified),3) %>
<% End If %>
[1]
使用道具 举报
0
1万
中级会员
7
2万
398
6
247
174
注册会员
16
376
2
73
4
107
473
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|网站地图|源码论坛 ( 海外版 )
GMT+8, 2024-11-22 11:39 , Processed in 0.266417 second(s), 45 queries .
Powered by Discuz! X3.4
Copyright © 2001-2020, Tencent Cloud.