Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datepicker: Support parsing, formatting, and selecting four-digit years before year 100 #1908

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jan 22, 2020

  1. Configuration menu
    Copy the full SHA
    ea75bd3 View commit details
    Browse the repository at this point in the history
  2. Datepicker: Parse dates before year 100

    4-digit years, unix times, and windows times now handle years between 0 and
    99.  Additionally, negative unix times can be parsed.
    mattheww-skyward committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    862121e View commit details
    Browse the repository at this point in the history
  3. Datepicker: Handle dates before year 100

    Fixes #7098
    mattheww-skyward committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    d0b8329 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10972be View commit details
    Browse the repository at this point in the history