Example:

  1. Sub Main

    1. MyDate = "03/03/96"

      print MyDate

      x = Month(MyDate)

      print x

    End Sub