Jul 6, 2004 #1 SkyHigh Technical User May 30, 2002 309 CA Hi subject says it all, I want to get full month name i.e. January instead of just Jan with fist letter being in upper case, out of a given date Can someone please help me. Thanks much Brenda
Hi subject says it all, I want to get full month name i.e. January instead of just Jan with fist letter being in upper case, out of a given date Can someone please help me. Thanks much Brenda
Jul 6, 2004 #2 RoyVidar Instructor Jun 16, 2000 6,606 NO [tt]strconv(format(date,"mmmm"),vbpropercase)[/tt] Did you try the help files? Roy-Vidar Upvote 0 Downvote
Jul 6, 2004 1 #3 PHV MIS Nov 8, 2002 53,708 FR Something like this ? StrConv(Format(Date(), "mmmm"), vbProperCase) Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244 Upvote 0 Downvote
Something like this ? StrConv(Format(Date(), "mmmm"), vbProperCase) Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
Jul 6, 2004 Thread starter #4 SkyHigh Technical User May 30, 2002 309 CA Thanks both of you !!! Upvote 0 Downvote