moment-datepicker
v2.0.4
Published
A datepicker with the incredible moment.js, variation to 2.0.2 - (can select container where to place datepicker))
Downloads
2,275
Readme
datepicker-moment
Datepicker built with moment.js
Original code from Stefan Petre. With contributions from
Install
##Bower
bower install moment-datepicker
##NPM
npm install moment-datepicker
Any contributions in order to make it agnostic of Twitter Bootstrap or Zurb Foundation are welcome.
This version is exactly similar to version 2.0.2 of datepicker-moment, but in this version you can choose where to place the datepicker adding the property 'container' as this:
$(selector).datepicker({ format: "MMM YYYY", viewMode: "months", minViewMode: "months", container: ".my-datepicker" });
container: 'body' is as default