i use datepart() to extract year and month from current date and populate a field with "YYYYMM". but month parameter in datepart function doesnt allow setting it to always have two digits.
how can i extract month as MM as default? (for example March would be '03' instade of '3')
thanks
ofer