Is this within the backoffice of Umbraco or in the frontend implementation?
I don't think it is possible date format of the backoffice - at least not out of the box. You may however be able to edit some of the Angular views used throughout the backoffice.
If you want to change the date format in the frontend, can you then post a few examples of your code? Then I can have a look at it ;)
Changing the Create date formatting
The CreateDate(currentdate) has the formatting MM/DD/YYYY H:MM:SS AM/PM. I'd like to change it to MM/DD/YYYY.
How do I do it?
Hi Johan,
Is this within the backoffice of Umbraco or in the frontend implementation?
I don't think it is possible date format of the backoffice - at least not out of the box. You may however be able to edit some of the Angular views used throughout the backoffice.
If you want to change the date format in the frontend, can you then post a few examples of your code? Then I can have a look at it ;)
Johan, razor for the front end if that's what you're after.
Handy reference here: https://our.umbraco.org/wiki/reference/umbracolibrary/formatdatetime/
-Amir
is working on a reply...