- Home
·
- Miscellaneous
·
- Use MonthName Function to Get a String Indicating the Specified Month in VB6
Use MonthName Function to Get a String Indicating the Specified Month in VB6
Use MonthName Function to Get a String Indicating the Specified Month in VB6
Rate Use MonthName Function to Get a String Indicating the Specified Month in VB6
(2(2 Vote))
MsgBox MonthName("9", False) 'September
'or
MsgBox MonthName(9, True) 'Sep
MsgBox MonthName("9", True) 'Sep
Use MonthName Function to Get a String Indicating the Specified Month in VB6 Comments
No comments yet — be the first to post one!
Post a Comment