How would i convert 1,2,3... to the month name without having to write a 12 step case or if statement?
Printable View
How would i convert 1,2,3... to the month name without having to write a 12 step case or if statement?
vb Code:
Microsoft.VisualBasic.DateAndTime.MonthName(##)
Edited: I posted the 2005 version a second ago.
it allows for 13 months, no idea why but it'll work.
Thank you!