Skip to main content

IsDateDMY (NotesInternational - LotusScript)

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

Defined in

NotesInternational

Data type

Boolean

Syntax

To get: flag = notesInternational .IsDateDMY

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

Example