When i enter a date 01/01/0005 by example, the base store the date and i can display the node with the good date. But when i want to edit, it's disappear, nothing in the edit field.
When i enter a date 01/01/0005 by example, the base store the date and i can display the node with the good date. But when i want to edit, it's disappear, nothing in the edit field.
Comments
Comment #1
ndm commentedComment #2
arlinsandbulte commentedConfirmed with 6.x-2.4
The problem is only present when the date popup module is enabled.
(The date module does not support a year of 0000 or less. See #273251: BCE dates in the cck date field)
The problem is only present in year range 0001-0999.
The problem is not present with a field type of Datestamp because the date gets changed to 12/13/1901 (but that is another issue).
The problem is present with field types of Date & Datetime
The problem can be solved by disabling the date popup module.
Comment #3
arlinsandbulte commentedComment #4
ndm commentedThanks for the disabling pop up solution
Comment #5
damienmckennaUnfortunately the Drupal 6 version of the Date module is no longer supported. That said, we appreciate that you took time to work on this issue. Should this request still be relevant for Drupal 7 please feel free to reopen it. Thank you.