-
Notifications
You must be signed in to change notification settings - Fork 1k
Dev #379
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
Dev #379
Conversation
Fixed errors when call public methods from input without datepicker instance
Fixed typo for iso8601
Add $.datepicker.parseDateTime(), $.datepicker.parseTime() functions
Pick the current timezone of the browser by default.
* New config field 'defaulTimezone'.
…ings). * Only do this, when using the localTimezone.
Use defaultTimezone, when a time is already set.
Fix : Input date is not selected
…al timezone. * This switches the timezone automatically, when changing the date to a (non) daylight saving time.
Make sure useLocalTimezone variable actually works
Autoselect "local" timezone.
Just a quick fix to make this plugin JSLint compatible (correct branch)
Added the Afrikaans localization
Add Afrikaans translation by DeonHeyns
…never update it with the selected value
Hey kdeng, Thanks for the code, but this pull request will need to be issued from the "dev" branch |
Hi Trent, Thanks for your comment. I am new for using github, even I own my account for a long time.So, now what should I do to submit my changes? do I need to create another fork, pull the codes from DEV branch, and do the changes, and then push my changes to the DEV branch of the new fork, and then pull request again? Many thanks |
I have created new fork, and done the changes again. A new pull request has been submitted to the dev branch. Hopefully, it works. Thanks |
you can ignore this one. |
Fixed a bug when the input field is empty, and the date picker will never update it with selected date.