Get Month from date
Try:
format(strdate,"mmmm")
-----Original Message-----
Hi
I have the following code
Dim strDate as Date
strDate="30/06/2003"
I want strMonth to be the same month as the strDate. In
this example I want
the output of strMonth to be June
What code should I write to get it from the strDate?
Regards
Pedro
.
|