Actions
Bug #4794
closedDate field formats breaking combodate
Description
When changing the date format after a date has already saved it results in the dates not parsing properly to the new format on combodate display and usage.
Actions
Added by krileon over 10 years ago. Updated over 10 years ago.
Description
When changing the date format after a date has already saved it results in the dates not parsing properly to the new format on combodate display and usage.
Seams to be just a broken validation. The validation needs to take into consideration the different formats.
These date fields are completely wrong in their POST behavior. They should NOT post in the CB format, but in the SQL format. This needs fixed in cbCalendar.
Fixed in MR !632
Saving in database should always be SQL format.
But displaying inside a field (in view and in edit mode) should stay localized, also with Javascript off.