15 Jun
2012
15 Jun
'12
3:08 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8234 --- Comment #2 from Adrien SAURAT <adrien.saurat@biblibre.com> --- But shouldn't this MM/DD/YY way of writing dates be the US format? In fact, it looks like the case was supposed to be handled (there's a IF checking for metric format), but it doesn't work well. $("#transferst[% branchesloo.branchcode %]").tablesorter({[% IF ( branchesloo.dateformat_metric ) %] dateFormat: 'uk',[% END %] sortList: [[0,0]], headers: { 1: { sorter: 'articles' }} }); -- You are receiving this mail because: You are watching all bug changes.