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

[5.3] Revert #16692 and make date_format work with ISO8601 again #16845

Merged
merged 3 commits into from
Dec 17, 2016

Commits on Dec 17, 2016

  1. Revert "Merge pull request laravel#16692 from rohitsubedi/rohitsubedi…

    …-patch-1"
    
    This reverts commit 4c70ab0, reversing
    changes made to e91f04b.
    mfn committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    9a2117a View commit details
    Browse the repository at this point in the history
  2. validation: add a few more date_format tests

    Showing off how Y-m-d\TH:i:sP matches multple valid ISO 8601 date formats.
    mfn committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    e8fa540 View commit details
    Browse the repository at this point in the history
  3. validation: add test showing 00-00-01 passes for Y-m-d

    It's unexpected for Y to match two-digit dates
    mfn committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    ae397fb View commit details
    Browse the repository at this point in the history