Answer: With the help of
Month in-built function,we can get Month part from date-part.
It also returns Integer Value.
For Example:-
MsgBox(Month(Now()))
It will return current month in number
i.e. 12 as 12 is a December.
Asked In: Many Interviews |
Alert Moderator