[APP][Pro] Better Logic Library - Just some better logic, variable and library management

@Pairis
you are writing: day-minutes-years

use dd-MM-yyyy :wink:

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 :wink: