Could you maybe add the possiblity to change the format of {current Month}?
I writes January as 1, but I’d like it to write 01.
1 answer
The {current Month} global property is an integer instead of string, so it can not be formated to other form.
This question is now closed