Is there any way to change the formatting that the CurrentDateTime function outputs? The default seems to be to output dates without a leading zero (i.e. April is represented with just '4'). However, my web form that I am trying to automate is strict and requires a leading zero for month and day numbers (i.e. April needs to be represented with '04').
Any insights much appreciated.