Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

fix(datepicker): Datepicker only accept text that matches format #3152

Closed
wants to merge 2 commits into from
Closed

fix(datepicker): Datepicker only accept text that matches format #3152

wants to merge 2 commits into from

Commits on Jan 2, 2015

  1. Configuration menu
    Copy the full SHA
    95bef7f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2015

  1. fix(datepicker) - parseDate param making new Date() fallback conditional

    Added parseStrict param in parseDate function, which preserves use
    of new Date() fallback in that function, but allows developer to
    set parsing to strictly conform to dateFormat, otherwise returns
    undefined.
    
    fixes issue #2886
    clockworked247 committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    f501dc7 View commit details
    Browse the repository at this point in the history