IsDateMDY (NotesInternational - LotusScript®)

Read-only. Indicates whether the order of the date format is month-day-year.

Defined in

NotesInternational

Data type

Boolean

Syntax

To get: flag = notesInternational .IsDateMDY

Legal values

  • True indicates the order of the date format is month-day-year.
  • False indicates the order of the date format is not month-day-year.

Example