Admin date format dd-mm-yyyy

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hi

I need to have above mentioned date format, how is this possible ?

I can change the format for the Telerik:
columns.Bound(x => x.CreatedOn).Format("{0:dd-MM-yyyy}");

but all the labels will show the "normal" MM/dd/yyyy I need to change all dates shown on entire site.
12 years ago
TCH wrote:
Hi

I need to have above mentioned date format, how is this possible ?

I can change the format for the Telerik:
columns.Bound(x => x.CreatedOn).Format("{0:dd-MM-yyyy}");

but all the labels will show the "normal" MM/dd/yyyy I need to change all dates shown on entire site.

https://www.nopcommerce.com/boards/t/2653/how-to-change-date-format-for-admin-interface.aspx
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.