Day value is too large
cauly - January 29, 2008 - 00:34
| Project: | This Day in History |
| Version: | 5.x-0.2 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | torelad |
| Status: | closed |
Jump to:
Description
Whatever the numbers that I put departs this mistake "Day value is too large". I tried with 01, 1, 27, 10, etc. And I can not enter anything.

#1
Does this happen for any value of year and month?
Can you provide more information about your configuration?
(Drupal version, PHP Version)
What other modules do you have installed?
#2
Found the problem.
Screen input isn't handling leading zero's correctly. For example, "1" will work, "01" will produce the error.
Will have a fix for this shortly. In the meantime, dropping the leading zero will allow input.
#3
Yes, i tried put:
1990-9-1 and works perfectly, but with: 1990-09-1 or 1990-9-01 does'n work
#4
I've just committed a fix, which will appear in the 5.x-1.x-dev release (dev release should be generated in the next 8 hours).
#5
#6
Automatically closed -- issue fixed for 2 weeks with no activity.