Hi
I am trying to input BC dates in Drupal 6.15 using the Date module. If I enter "old" dates (less than 1000 AD) I get an error. How can I go about this? I cannot revert to text because I need to order things by their date. I need to be able to input really ancient dates like 300 BC. The date is the most important data point in this particular project.
- Drupal 6.15
- MySQL database 4.1.25
- PHP 5.2.6
- Web server Apache/2.0.54
- CCK 6.x-2.6
- Date Module 6.x-2.4: Text Field with Date pop-up calendar
- Input format 2009/12/22 with years back/forward -2600:+2
Thanks