Is there any function to display date in the format mmm-dd-yyyy
in VBScript?
eg. today's date as Jan 22 2014
?
I tried using function
FormatDateTime(Now(), 2)
I got it as 16 January 2014
.
Is there any function/format to get it as Jan 16 2014
?