L
Laurel
I'm trying to get a date to display in this fashion:
Wednesday, Nov 14 (or Wednesday, November 14 if I must).
If I use this format "dddddd\,mmm dd" I get this strange result:
Wednesday, November 14,2007,Nov 14
If I use this format "ddddd\,mmm dd" (dropping one 'd'), I get this result:
11/14/2007,Nov 14
Very strange. Is there a way to get what I want with the Format(,)
function?
Wednesday, Nov 14 (or Wednesday, November 14 if I must).
If I use this format "dddddd\,mmm dd" I get this strange result:
Wednesday, November 14,2007,Nov 14
If I use this format "ddddd\,mmm dd" (dropping one 'd'), I get this result:
11/14/2007,Nov 14
Very strange. Is there a way to get what I want with the Format(,)
function?