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.
Updated by krileon about 10 years ago
Seams to be just a broken validation. The validation needs to take into consideration the different formats.
Updated by krileon about 10 years ago
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.
Updated by krileon about 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !632
Updated by beat about 10 years ago
- Status changed from Resolved to Assigned
- % Done changed from 100 to 10
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.
Updated by krileon about 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 10 to 100
Actions