kentico_michal
-
9/4/2012 2:03:53 AM
RE:Only displaying Date not Time in Transformation
Hi,
You can use the GetDateTime method which returns formatted date-time value from the specified date-time field in the given format, such as:
<%# GetDateTime("NewsReleaseDate", "MM/dd/yyyy HH:mm") %>
Best regards, Michal Legen
|