-
Notifications
You must be signed in to change notification settings - Fork 17
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
Timezone issue #15
Comments
I am also facing the same issue.Can you please solve this issue asap. |
Came across this library and it looked promising. Ran into this same issue. Glad it's not just me. |
I am also facing the same issue. I suggest please use moment js for solving date issue. |
hi all, i have solve this issue. using moment.js code mention below. /*
;(function($){
}; var update_options;
} $('html').on('click', function(e) {
}); }( jQuery )); |
Hello, @Abhishek2989 i am using your code but i found one error can you please help out from this Unhandled Rejection (TypeError): update_options.dateCheckIn.setHours is not a function Thanks in advance !!! |
@team3rddigital are you using moment.js library? |
Issue still exist. negative time zones datepicker calendar dates doesn't show up |
If you change your timezone to a negative timezone calendar dates doesn't show up. For example if you change your timezone to UTC -08:00 Pacific Time (US & Canada) it doesn't work.
please see the attachment
The text was updated successfully, but these errors were encountered: