- year - Variable in class com.fgm.javaUtils.ParserState
-
year.
- year - Variable in class com.fgm.javaUtils.TinyDate
-
- YEAR_AFTER_DAY - Static variable in class com.fgm.javaUtils.CalendarParser
-
bit indicating that the year comes after the day.
- YEAR_AFTER_DAY - Static variable in class com.fgm.javaUtils.ParserState
-
bit indicating that the year comes after the day.
- YEAR_AFTER_MONTH - Static variable in class com.fgm.javaUtils.CalendarParser
-
bit indicating that the year comes after the month.
- YEAR_AFTER_MONTH - Static variable in class com.fgm.javaUtils.ParserState
-
bit indicating that the year comes after the month.
- YEAR_BEFORE_DAY - Static variable in class com.fgm.javaUtils.CalendarParser
-
bit indicating that the year comes before the day.
- YEAR_BEFORE_DAY - Static variable in class com.fgm.javaUtils.ParserState
-
bit indicating that the year comes before the day.
- YEAR_BEFORE_MONTH - Static variable in class com.fgm.javaUtils.CalendarParser
-
bit indicating that the year comes before the month.
- YEAR_BEFORE_MONTH - Static variable in class com.fgm.javaUtils.ParserState
-
bit indicating that the year comes before the month.
- yearBeforeDay - Variable in class com.fgm.javaUtils.ParserState
-
true if year should appear before day.
- yearBeforeMonth - Variable in class com.fgm.javaUtils.ParserState
-
true if year should appear before month.
- YY_DD_MM - Static variable in class com.fgm.javaUtils.CalendarParser
-
year/day/month order.
- YY_MM_DD - Static variable in class com.fgm.javaUtils.CalendarParser
-
year/month/day order.