/ Published in: ASP
You don't modify the CMSDesk in order to display only the date or only the time. You do it through the aspx control.
http://authors.aspalliance.com/aspxtreme/sys/globalization/demos/DateTimeFormatInfoGetAllDateTimePatterns.aspx
http://authors.aspalliance.com/aspxtreme/sys/globalization/demos/DateTimeFormatInfoGetAllDateTimePatterns.aspx
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<%# Eval("date", "{0:MMMM d, yyyy}") %> <%#Eval("PostOn", "{0:MM/dd/yyyy}") %>