How can format time in twig like this: e.g. "13h23" (Hours: 13, minutes: 23) and "13u23" (Hours: 13, minutes: 23)
if I use twig "date" filter, like this: date|date("Hhi") the "h" is converted to 12-hour and I want to include the "h" letter on it. Something similar happens with the other case.