[Koha-bugs] [Bug 14060] Remove readonly on date inputs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 30 15:06:30 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14060

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #55001|0                           |1
        is obsolete|                            |

--- Comment #48 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 55018
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=55018&action=edit
[SIGNED-OFF] Bug 14060: Force leading zeros on date

If a date does not contain leading zeros for day and month, the date
will be refused.
parseDate function considers 1/1/1990 as a valid date, but our perl code
does not. We must refuse it.

Signed-off-by: Owen Leonard <oleonard at myacpl.org>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list