@argantom/argantom
    Preparing search index...

    Class StrDate

    Date type.

    This is a timezone-less local YYYY-MM-DD.

    It doesn't matter if it was the previous calendar day at the user's home in Texas when they earned income in Australia... The local date in Australia is the time that counts.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Constructor.

      Parameters

      • year: number
      • month: number
      • date: number

      Returns StrDate

    Properties

    date: number

    The day of the month.

    month: number

    The month (1-12) not zero indexed like the date type.

    year: number

    The full year.

    Methods

    • toJSON.

      Returns string

    • toString.

      Returns string

    • Parse.

      Parameters

      • strDate: string

      Returns StrDate