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

ndm’s picture

Title: Problem with date inf to 1000AC » Problem with date inf to 100AC
arlinsandbulte’s picture

Version: 6.x-2.4 » 6.x-2.3

Confirmed 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.

arlinsandbulte’s picture

Version: 6.x-2.3 » 6.x-2.4
Component: Date CCK Field » Date Popup
Priority: Critical » Normal
ndm’s picture

Version: 6.x-2.3 » 6.x-2.4

Thanks for the disabling pop up solution

damienmckenna’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Unfortunately 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.