I'm using the Umbraco DateTime datatype, but it seems the dates keep switching every time I try to save. Example:
Selected date: 2010-07-06 After save: 2010-06-07
If I save again the month and day switched back again. This must be a culture thing or something, but it doens't matter if I use nl-NL or en-US. Do someone else also have this problem?
I've installed the Umbraco 4.0.3 hotfix, and this solves the above problem, but the bug isn't solved completely. The dates don't get switched if I publish a node, but if I use the publish button in the menu and I choose "Publish 'nodeName' and all its subpages" the bug still occurs. After publishing all the subnodes the dates are still switched (like in the sample above). Is this also a bug in Umbraco 4.0.3 which hasn't been solved in the hotfix?
Does somebody know if this is a bug in Umbraco? The dates still get switched if I publish all the nodes from the menu. I'll make a workitem for it if nobody knows.
Dates keep switching
Hello,
I'm using the Umbraco DateTime datatype, but it seems the dates keep switching every time I try to save. Example:
Selected date: 2010-07-06
After save: 2010-06-07
If I save again the month and day switched back again. This must be a culture thing or something, but it doens't matter if I use nl-NL or en-US. Do someone else also have this problem?
see here: http://our.umbraco.org/forum/templating/templates-and-document-types/5934-Date-Picker-doesn't-work worked for me!
Thank you David! That was exactly what I was looking for.
I've installed the Umbraco 4.0.3 hotfix, and this solves the above problem, but the bug isn't solved completely. The dates don't get switched if I publish a node, but if I use the publish button in the menu and I choose "Publish 'nodeName' and all its subpages" the bug still occurs. After publishing all the subnodes the dates are still switched (like in the sample above). Is this also a bug in Umbraco 4.0.3 which hasn't been solved in the hotfix?
P.S. I'm using globalization in the web.config:
Does somebody know if this is a bug in Umbraco? The dates still get switched if I publish all the nodes from the menu. I'll make a workitem for it if nobody knows.
is working on a reply...