12 Jan
2015
12 Jan
'15
9:54 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4402 --- Comment #15 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to Katrin Fischer from comment #11)
I am still not sure how to reformat a date formatted to our dateformat pref and convert to iso format :(
my $dt = dt_from_string # Generate a DT for today (no date passed) my $date_string_pref = output_pref( $dt ); # Generate the date string for the given DT, depending on the syspref. my $date_string_iso = output_pref( $dt, 'iso' ); # Generate the date string for the given DT formatted to iso format. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.