datepicker-moment
=================

Datepicker built with [moment.js](http://momentjs.com/)

Original code from [Stefan Petre](http://www.eyecon.ro/bootstrap-datepicker/). 
With contributions from
* [Andres Moschini](https://github.com/MakingSense/moment-datepicker)  
* [Andrew Rowls](https://github.com/eternicode/bootstrap-datepicker)
* [Aymeric Kodono](https://github.com/Aymkdn/Datepicker-for-Bootstrap)
* [Matias Tofful](https://github.com/tofful)
 
[Demo](http://luiscustodio.com/datepicker-moment)

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