Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Hide time from EventDate View modes: 
User avatar
Member
Member
theo-procaresoftware - 5/18/2010 1:37:58 PM
   
Hide time from EventDate
On the EventCalendar web part transition "Event detail transformation" is it possible to not display the time for EventDate?

Thank you.

User avatar
Kentico Support
Kentico Support
kentico_radekm - 6/7/2010 9:09:18 AM
   
RE:Hide time from EventDate
Hello.

Yes, it is possible. You can use following code in your transformation:

<%# Eval<DateTime>("EventDate").ToString("MM/dd/yyyy") %>

Best Regards,
Radek Macalik