Class SimpleDate


  • public class SimpleDate
    extends Object
    Simple date. Supports ISO 8601 formatting and parsing.
    • Constructor Detail

      • SimpleDate

        public SimpleDate​(int year,
                          int month,
                          int day)
        Creates a new simple date. No validation of month and day is performed.
        Parameters:
        year - The year.
        month - The month.
        day - The day of the month.