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.
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.
Comments
Comment #1
dale42Does 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?
Comment #2
dale42Found 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.
Comment #3
cauly commentedYes, i tried put:
1990-9-1 and works perfectly, but with: 1990-09-1 or 1990-9-01 does'n work
Comment #4
dale42I'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).
Comment #5
dale42