Hello,
I am using following statement current_date = Format(current_date, "m/dd/yyyy")
My goal is to format any dates like 9/1/2014 into 9/01/2014. But this is not working.
Is there a way to format date 9/1/2014 into 9/01/2014? In this case, current_date is a variable of type DATE.