7 Jul
2023
7 Jul
'23
2:40 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22440 --- Comment #26 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- This is not used, right? + if ( col.datatype == 'date' ) { + let rfc3339 = $date_to_rfc3339(value); + if ( rfc3339 != 'Invalid Date' ) { + built_value = rfc3339; + } + } -- You are receiving this mail because: You are watching all bug changes.