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

dale42’s picture

Assigned: Unassigned » dale42

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?

dale42’s picture

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.

cauly’s picture

Yes, i tried put:
1990-9-1 and works perfectly, but with: 1990-09-1 or 1990-9-01 does'n work

dale42’s picture

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

dale42’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.