mugifly / jquery-simple-datetimepicker

Date & time picker for jQuery, It's simple & clean.
http://mugifly.github.com/jquery-simple-datetimepicker
Other
259 stars 181 forks source link

Technique: Integration with dat.GUI #202

Open MD00414 opened 6 years ago

MD00414 commented 6 years ago

FWIW, I've integrated the jquery-simple-datetimepicker with dat.GUI (https://github.com/dataarts/dat.gui/blob/master/API.md ) in response to this stackoveflow question ( https://stackoverflow.com/questions/39577040/calendar-input-for-dat-gui/51139823#51139823 ).

Code/logic can be found here: https://codepen.io/ubermario/pen/KeEgVN/

Thanks for developing an elegant picker!