IsDateYMD (International - Java)

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

Defined in

International

Data type

boolean

Syntax

public boolean isDateYMD()
    throws NotesException

Legal values

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

Example