Is there a plugin to implement datetimepicker in handsontable? The closest I got was pickadate fork here but I have no clue how to implement this in Handsontable.
You can achieve this by modifying the file handsontable.full.js
.
Take this file: http://handsontable.com/dist/handsontable.full.js
Find the section "Pikaday":
/*!
* Pikaday
*
* Copyright © 2014 David Bushell | BSD & MIT license | https://github.com/dbushell/Pikaday
*/
(function (root, factory)
{
.......
return Pikaday;
}));
Replace it with this fork: https://github.com/owenmead/Pikaday/blob/master/pikaday.js
Then specify the date format like: dateFormat: "YYYY-MM-DD HH:mm"
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With