Hi, is it possible to change the date / time datatype format to be a 12 hour clock and to change the format to be US dates? I thought this used to be in web.config but I can't seem to find it anywhere.
Sorry for the late reply - CodeGarden happened ;-)
I think you should be able to add the proper language since I think it's actually jquery Datepickers that are being used if I'm not mistaken. But you may have to search the solution for the correct paths etc. yourself since I have not digged that far into it yet.
FYI, Amir, this can be done manually, but you'd have to reapply it after each Umbraco upgrade. You can find details on that here: http://issues.umbraco.org/issue/U4-6472
Sort of. You could copy the existing property editor for the date picker to create a new, but slightly altered version. Then, any properties requiring a date picker would use your new property editor.
Change date time format to 12 hour clock
Hi, is it possible to change the date / time datatype format to be a 12 hour clock and to change the format to be US dates? I thought this used to be in web.config but I can't seem to find it anywhere.
Thanks!
Amir
Hi Amir
Is it the date time in the backoffice datepickers you have in mind?
/Jan
Hi Jan, Yep! It's throwing off some of our editors who aren't used to seeing the international date / time format.
Is there a culture setting somewhere?
-Amir
Hi Amir
Sorry for the late reply - CodeGarden happened ;-)
I think you should be able to add the proper language since I think it's actually jquery Datepickers that are being used if I'm not mistaken. But you may have to search the solution for the correct paths etc. yourself since I have not digged that far into it yet.
Hope this helps.
/Jan
FYI, Amir, this can be done manually, but you'd have to reapply it after each Umbraco upgrade. You can find details on that here: http://issues.umbraco.org/issue/U4-6472
can this be modified outside of the source???
Sort of. You could copy the existing property editor for the date picker to create a new, but slightly altered version. Then, any properties requiring a date picker would use your new property editor.
Would also recommend voting for this issue: http://issues.umbraco.org/issue/U4-6472
is working on a reply...