Forums
This topic is locked
File Genie - Just date No Time Format
Posted 01 Mar 2003 20:31:30
1
has voted
01 Mar 2003 20:31:30 Katherine Wakefield posted:
Could someone help with this one. I am using the Fle Genie to display the thumbnail and the "DateLastModified". Is there something I can do to make just the date show up and not the time stamp too? Replies
Replied 03 Mar 2003 10:59:32
03 Mar 2003 10:59:32 Patrick Woldberg replied:
Change:
<%= FolderList.Files("DateLastModified"
%>
in:
<%= Mid(FolderList.Files("DateLastModified"
,1,InStr(FolderList.Files("DateLastModified"
," "
) %>
--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------
<%= FolderList.Files("DateLastModified"

in:
<%= Mid(FolderList.Files("DateLastModified"



--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------