When using a DateTime field (in this case Authored On, but I've also tested it on a DateTime field that I created), I am unable to submit a value (happens with both Date/Time, and just Date).
The Authored on date is invalid. Please enter a date in the format 13131313-MayMay-1414 12:0505:2626.
The DateTime that I submitted was 14/05/2013 12:15:30 PM
A cursory search shows that datetime_datetime_validate (core/modules/datetime/datetime.module:648) is looking at $input['object'], which isn't being properly retrieved from the form. I had traced it farther this morning, but work has gotten in the way.
Comments
Comment #1
rbayliss commentedI wasn't able to duplicate this. Can anyone else?
Comment #2
Micha1111 commentedrelated to http://drupal.org/node/2000384 ?
Comment #3
mpdonadioI can't reproduce this with HEAD, so I am assuming this was addressed in the 2yrs since this got created...