9 May
2017
9 May
'17
4:15 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18557 --- Comment #4 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Jonathan Druart from comment #3)
Kyle, my understanding is that the best would be to use dt_from_string:
my $dtf = Koha::Database->new->schema->storage->datetime_parser; then ->search({ date_end => { '>=' => $dtf->format_datetime( dt_from_string() ) } })
Do not you think?
That works for me! Followup incoming! -- You are receiving this mail because: You are watching all bug changes.