B
Bill Agee
I am trying to convert a date, 4/10/2004, to just Apr 04.
Is there a way to do this with the Format command?
I tried
mydate=Format(mm/dd/yyyy,"mmm yy")
but this doesn't work.
Is there a way to do this with the Format command?
I tried
mydate=Format(mm/dd/yyyy,"mmm yy")
but this doesn't work.