BUG on invoice {date:format}

On latest build from the github (docker-compose):

You can’t put two different formats on the invoice:
Screenshot 2021-07-11 at 21.09.14

Only the first type of {$date:format} gets evaluated and replaced.
So putting {$date:y} {$date:y} {$date:m} {$date:y}

Like this:
Screenshot 2021-07-11 at 21.05.36

Hi,

Thanks for reporting this!

cc @david

$date is only evaluated once, do you’ll want {$date:m-y-d} if you wish to combine

Perfect.
I just tried that so {$date:ym} gives you 2107`