IsDateMDY (International - Java)

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

Defined in

International

Data type

boolean

Syntax

public boolean isDateMDY()
    throws NotesException

Legal values

  • true if the order of the date format is month-day-year
  • false if the order of the date format is not month-day-year

Example