@Pairis
you are writing: day-minutes-years
use dd-MM-yyyy ![]()
BTW, you do not need to fill the date with now.
If you leave the second parameter empty, it will use date.now() by default.
so:
date('dd-MM-yyyy')
or
date('dd-MM-yyyy', now)
or just use the Format Date flowcard ![]()