Forums
This topic is locked
super long time field
Posted 17 Aug 2001 18:32:17
1
has voted
17 Aug 2001 18:32:17 sight tech posted:
since i didn't get any response from ctime conversino, does anyone know how i could edit or work with the time/date output to look like "Friday, August 17, 2001 5:55:19 AM?" UltraDev has long and short doesn't have the future to display both. Any input is greatly appreciated.Replies
Replied 17 Aug 2001 20:01:52
17 Aug 2001 20:01:52 Owen Eastwick replied:
Try this:
Within the body of the ASP page.
<% = FormatDateTime(Now(),1)&" "& FormatDateTime(Now(),3) %>
OR
<% = FormatDateTime(MyDateVariable,1)&" "& FormatDateTime(MyTimeVariable,3) %>
Regards
Owen.
Edited by - oeastwick on 08/17/2001 20:06:10
Within the body of the ASP page.
<% = FormatDateTime(Now(),1)&" "& FormatDateTime(Now(),3) %>
OR
<% = FormatDateTime(MyDateVariable,1)&" "& FormatDateTime(MyTimeVariable,3) %>
Regards
Owen.
Edited by - oeastwick on 08/17/2001 20:06:10