'Date_format is undefined with smarty

i got ActionTime's data from my database and the format is 2022-04-07 03:44:45.843 i want to format that and want the output is hh-mm

i tried to use with <td>{{$record.ActionTime|date_format:"%d/%m/%Y"}}</td> and the result is "date_format is undefined"



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source