[Koha-bugs] [Bug 14382] datepicker's dateFormat setting for reports is missing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 3 11:29:59 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14382

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #20 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
$a= "<<Between (yyyy-mm-dd)|date>>";
$b= "test";
if ($a  =~ /|date>>/) {
    print "a true";
}
if ($b  =~ /|date>>/) {
    print "b true";
}

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


More information about the Koha-bugs mailing list