Month expression


#1

hi

I’m trying to do the month formula right now.

I used this, but the expression is only like this

[[ Now.getMonth() ]] —> result : 1

but i want to do like this
[[ Now.getMonth() ]] —> result : 01

how to do it?

many thanks


#2
[[('x0' + Now.getMonth()).slice(-2)]]