J
Jeff S
I simply want to format a date that originatges as a string.
Dim strTemp as String
strTemp - "2/6/2003"
I want to format it so that it is "Feb 06", and separately format it to be
"02/06/2003"
Thanks.
Dim strTemp as String
strTemp - "2/6/2003"
I want to format it so that it is "Feb 06", and separately format it to be
"02/06/2003"
Thanks.