We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I don't understand because when use update function, the date in object is not the same as the date in parameters.
My source code :
var checkout = $('#endDate').fdatepicker({ format: 'dd/mm/yyyy hh:ii', disableDblClickSelection: true, language: 'fr', pickTime: true }).data('datepicker'); var date = new Date(); // Fri Oct 13 2017 15:18:16 GMT+0200 (Paris, Madrid (heure d’été)) checkout.update(date);
// checkout.date = Fri Oct 13 2017 17:18:16 GMT+0200 (Paris, Madrid (heure d’été))
Why date != checkout.date ??
Thanks,
Charly
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I don't understand because when use update function, the date in object is not the same as the date in parameters.
My source code :
// checkout.date = Fri Oct 13 2017 17:18:16 GMT+0200 (Paris, Madrid (heure d’été))
Why date != checkout.date ??
Thanks,
Charly
The text was updated successfully, but these errors were encountered: