I am new t VBScript. I want to format my date from mm/dd/yyyy to mm/dd/yy. I used FormatDateTime(Date(),2) but it doesn't work for me. For Example:
if the date is July 1st, 2015, the above function outputs 7/1/2015 but i want it to be 07/01/15.
Any ideas how to do that? I have researched a lot but I couldn't figure it out.