basic
Example:
Sub Main
MyDate = "03/03/96"
print MyDate
x =
Month
(MyDate)
print x
End Sub