I'm not using those datatypes - you'll recall from this ticket that I've switched to numeric fields so that the correct values are passed for the day and month formats (in this case 32 (month) and 34 (day)).
The datatype ranges, if I had still been using them, would have been 126-129 (month) and 120-121 (day).
Just had the same issue again with a post for 31 August 2010. It seems that it doesn't like 31 day months for some reason. It saved fine when posted to the 30th instead, but obviously I need to get this fixed before clients start adding posts.
Date folder issue - 31 March
When adding a post dated 31 March 2011, I get an error:
Year, Month, and Day parameters describe an un-representable DateTime.
The post saves correctly for other dates, e.g. 31 March 2011 - so does it think that March has only 30 days??
Thanks
Allan
What version of ublogsy and umbraco are you using?
Is this on creating from the dashboard or when date is changed in the node?
Hi Anthony
uBlogsy 2.0 beta and umbraco 4.7
Creating from the dashboard applies today's date, so that's ok. But when saving the post with the corrected date, that's when the error appears.
Thanks
Allan
What region and language is your computer set to?
uk / English
check the datatypes for month and day format selectors
can you tell me the values that umbraco has assigned to them
I'm not using those datatypes - you'll recall from this ticket that I've switched to numeric fields so that the correct values are passed for the day and month formats (in this case 32 (month) and 34 (day)).
The datatype ranges, if I had still been using them, would have been 126-129 (month) and 120-121 (day).
Thanks
Allan
Just had the same issue again with a post for 31 August 2010. It seems that it doesn't like 31 day months for some reason. It saved fine when posted to the 30th instead, but obviously I need to get this fixed before clients start adding posts.
Any thoughts on a fix?
Thanks
Allan
It's because this month is September which has 30 days. The ublogsy date formatting is broken in 2.0.
Looks like this is fixed in the new beta (2.0 beta 2). Thought I'd mention it here in case anyone comes across this issue and wants a fix.
Sweet!
ps. I really need a bug tracking system... gmail tasks and notepad dont cut it anymore :/
is working on a reply...