ember-datepicker
ember-datepicker copied to clipboard
Date picker using Pikaday and Moment.js
Sending an action when date is changed is something that I required for a project, not sure if it would be generally useful? Allow date-picker to send generic action when...
my date var comes out like 1420070400, should be http://www.iso.org/iso/home/standards/iso8601.htm had to set valueFormat="" to get it to behave
Currently the `minDate` and `maxDate` parameters will only accept a raw Date object. This follows pikaday's functionality but it leaves a lot of potential on the table. For example, imagine...
I'm not sure how to stop that, I see nothing about it in the docs.
I am trying to reset the date selection but I am not successful. Could you give me an example?
I've just installed ember-datepicker via `ember install:addon ember-cli-datepicker` As you can see in the screenshot it is completely in the wrong position. The container's position is absolute and relative to...
How do I localize this component?
I recently had a need to have pikaday render into a specified element. Pikaday has a 'container' option for this but ember-datepicker doesn't pass it through. When adding it to...