[Koha-bugs] [Bug 33029] Add wrapper method for dt_from_string to KohaDates template toolkit plugin

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 16 11:11:37 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33029

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #147084|0                           |1
        is obsolete|                            |

--- Comment #3 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 148258
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148258&action=edit
Bug 33029: Add wrapper method for dt_from_string to KohaDates template toolkit
plugin

It would be very useful to have direct access to dt_from_string in our
templates. This would allow for us to handle custom date and time formatting.
It would, for example, allow us to output the month name for a given date via
Template Toolkit easily.

Test Plan:
1) Apply this patch
2) In a notice add '[% Use KohaDates %][% KohaDates.datetime_from_string().ymd
%]' to the top of a notice
3) Generate that notice for a patron
4) Note today's date in iso format is rendered at the top of the notice

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

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


More information about the Koha-bugs mailing list