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

return value on ie11 not iso format #61

Open
wants to merge 67 commits into
base: master
Choose a base branch
from

Conversation

R300655
Copy link

@R300655 R300655 commented Jul 16, 2018

All modern browsers return date as iso format. Only ie11 returns the date in display format.

BTW, there is the german translation of "today" (= "Heute") missing.

toddwelstein and others added 29 commits April 6, 2017 09:25
Use "data-" prefix for "date-format" attribute name
Adds event listener to hide datepicker no browser back button press
 - moved logic into the show() function in picker.js
 - used setTimeout and clearInterval instead of the onhashchange event
  * reason: onhashchange event only listens to urls containing a `#` symbol.
 - removed console log and clearInterval from hide()
…tepicker-on-back-button-press

Modifies logic to hide datepicker when clicking browser back button
 - hides datepicker when back button on browser is pressed in a single-page
   application
 - fixes issue #23
   - where blank calendar was rendering when year is missing from keyboard
     input
Add Russian and Ukrainian locales
Fixes issue #23 and hides datepicker when pressing back on a single-page app
@brianblakely
Copy link
Owner

This PR seems a little bit big for the description. Was this intentional?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants