Function parseYearMonth

  • Parses a Date from a string containing a year and month in the form "YYYYMM".

    Returns

    the parsed Date

    Throws

    if the date cannot be parsed

    Parameters

    • yearMonth: string

      The string to parse

    Returns Date

Generated using TypeDoc