Jan 30, 2004 #1 ooops MIS Dec 21, 2000 91 US Hi, the date keyed in is mm/dd/yyyy. How do I get the month in letters ? Thanks.
Jan 30, 2004 #2 Blorf Programmer Dec 30, 2003 1,608 US Try = Format([date],"mmmm" ChaZ Ascii dumb question, get a dumb Ansi Upvote 0 Downvote
Jan 30, 2004 #3 CajunCenturion Programmer Mar 4, 2002 11,381 US You might try the following: MsgBox Format(Now(), "mmmm dd, yyyy" Good Luck -------------- As a circle of light increases so does the circumference of darkness around it. - Albert Einstein Upvote 0 Downvote
You might try the following: MsgBox Format(Now(), "mmmm dd, yyyy" Good Luck -------------- As a circle of light increases so does the circumference of darkness around it. - Albert Einstein
Jan 30, 2004 #4 MichaelRed Programmer Dec 22, 1999 8,410 US see the ubiquitous {F1} (a.k.a. Help) for a reasonable tutorial on Format p.s. it works for many other functions as well. MichaelRed m.red@att.net Searching for employment in all the wrong places Upvote 0 Downvote
see the ubiquitous {F1} (a.k.a. Help) for a reasonable tutorial on Format p.s. it works for many other functions as well. MichaelRed m.red@att.net Searching for employment in all the wrong places
Jan 30, 2004 #5 serino Programmer Feb 13, 2003 112 US HI, I have a similiar situation. I have the folowing code: =Format$([ARRIVAL_DATE],"mmm" What I would like to do is extract all arrival for the current MON and year. Any help appreciated Chuck Upvote 0 Downvote
HI, I have a similiar situation. I have the folowing code: =Format$([ARRIVAL_DATE],"mmm" What I would like to do is extract all arrival for the current MON and year. Any help appreciated Chuck