Bug 14780 - Datetime format picker error in Circulation
Summary: Datetime format picker error in Circulation
Status: CLOSED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-03 15:28 UTC by Eugene Espinoza
Modified: 2020-11-30 21:45 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
01 (182.29 KB, image/jpeg)
2015-09-03 15:28 UTC, Eugene Espinoza
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Espinoza 2015-09-03 15:28:51 UTC
Created attachment 42345 [details]
01

In Circulation module, when using the datetime picker in Checkout, I am getting the following error:

Software error:

The 'month' parameter ("29") to DateTime::new did not pass the 'an integer between 1 and 12' callback
 at /usr/lib/perl5/DateTime.pm line 199
	DateTime::new(undef, 'hour', 09, 'minute', 00, 'second', 0, 'month', 29, ...) called at /home/koha/src/Koha/DateUtils.pm line 164
	Koha::DateUtils::dt_from_string('09/29/2015 09:00') called at /home/koha/src/circ/circulation.pl line 170
Comment 1 Jonathan Druart 2015-11-13 16:44:32 UTC
Hi Eugene,
What version of Koha are you using?
With is the value of the dateformat system preference?