-
Notifications
You must be signed in to change notification settings - Fork 78
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
About third-party date and time widgets #198
Comments
Yes, you can implement a custom date time picker widget using the https://github.com/surveyjs/widgets/blob/master/src/bootstrapdatepicker.js widget code as a basis. |
@tsv2013 Thank you very much, I have implemented bootstrap datatimepicker. This is an example:https://plnkr.co/edit/lPfGBzQpEa98Gbch?preview |
@fengzhihenxs for some reason I think it’s caused by bootstrap... propably popup container is misplaced |
@tsv2013 Hi, |
Hello @fengzhihenxs , |
Now the officially supported third-party date widget is bootstrap datepicker, but bootstrap datepicker cannot set the time part. Is there a way to support bootstrap datetimepicker, so that a widget date, time, datetime can be supported.
The text was updated successfully, but these errors were encountered: