Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi there,
How do one can change the date format?
Regards,
mkariti
Comment author was deleted
Hi,
The format is set by the current culture so changing that (by assigning a langauge to a node structure) should take care of it
Hi Tim,
Again, Many thanks for your fast reply!
I was aware of that but for some reason my culture is set to uk and In the front end I still get the usa format?!
It is multiple language website on both languages I get the usa format no matter the culture.
Or if you are using the razor macro you could also customize \Umbraco\plugins\umbracoContour\Views\SCripts.cs
And update
<script type="text/javascript">
var contourDateFormat = "@Html.ConvertDateFormat()";
</script>
to your needs
Excellent!
I'm using the Razor macro.
Thanks
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Date picker format
Hi there,
How do one can change the date format?
Regards,
mkariti
Comment author was deleted
Hi,
The format is set by the current culture so changing that (by assigning a langauge to a node structure) should take care of it
Hi Tim,
Again, Many thanks for your fast reply!
I was aware of that but for some reason my culture is set to uk and In the front end I still get the usa format?!
It is multiple language website on both languages I get the usa format no matter the culture.
Regards,
mkariti
Comment author was deleted
Or if you are using the razor macro you could also customize \Umbraco\plugins\umbracoContour\Views\SCripts.cs
And update
to your needs
Excellent!
I'm using the Razor macro.
Thanks
is working on a reply...