Bug 5549 : Don't confuse the users with an irrelevant time
authorColin Campbell <colin.campbell@ptfs-europe.com>
Thu, 23 Jun 2011 10:35:35 +0000 (11:35 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 20 Mar 2012 00:24:32 +0000 (13:24 +1300)
commit372216b9c845660276fc0a97ece8ee4836c79da0
tree5092a3777c6fbeba909c62ff4a229aac103a0b05
parente4abe486daa05669dd1cd85758d4d6eaec3f8427
Bug 5549 : Don't confuse the users with an irrelevant time

If the book is due at 23:59 the due time is irrelevant
and potentially confusing to the user add a DateUtils
routine that strips that off the returned display date
Koha/DateUtils.pm
opac/opac-user.pl
t/DateUtils.t