i have many orders, each order has two fields for store the time of steps done. the Variables set in Controller PHP
timeStartOrder = date('H:i:s') .... timeEndOrder = date('H:i:s')
But how i render in twig the calculate diff between the time in twig?
{{ timeStartOrder=timeEndOrder|time_diff}} dont work!