https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38758
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement adds an release notes| |easier way to format dates | |in notices, and minimise | |potential errors - | |strftime. It can be used | |for both date and date time | |fields, and is locale | |friendly. | | | |Examples: | |- Date | |field: [% | |borrower.dateexpiry.strftim | |e('%d-%m-%y') %] | |- Date and | |time field: [% | |borrower.lastseen.strftime( | |"%d-%m-%y %H:%M") %] | |- | |Locale: [% | |borrower.dateexpiry.strftim | |e("%d %B %Y", "nl_NL") %] CC| |[email protected] --- Comment #12 from David Nind <[email protected]> --- I had a go at a relase note - I'm not sure if I've got this right, particularly showing the date time field example. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
