Nov 13, 2006 #1 lbunch Programmer Joined Sep 5, 2006 Messages 120 Location US How do I get the month and year of wdate to show as the month spelled out - If 6 then June and a two digit year '06? CStr(DatePart("m", {table.wdate}, 0) & CStr({table.wdate}, "yy"))
How do I get the month and year of wdate to show as the month spelled out - If 6 then June and a two digit year '06? CStr(DatePart("m", {table.wdate}, 0) & CStr({table.wdate}, "yy"))
Nov 13, 2006 #2 BobSuruncle Technical User Joined Jun 18, 2002 Messages 423 Location CA CStr({table.wdate}, "MMMMyy") Bob Suruncle Upvote 0 Downvote
Nov 13, 2006 Thread starter #3 lbunch Programmer Joined Sep 5, 2006 Messages 120 Location US thanks Upvote 0 Downvote