Supporting date values
beerlington opened this issue · 1 comments
beerlington commented
Is it possible for this to work with a value that is a date as opposed to a string? I'm using ember-data and when I use it like this...
{{date-picker date=happenedAt outputFormat='MMMM D, YYYY'}}
...it does not work because it's expecting the date to be a unix timestamp.
Deleted user commented
This feature wasn't supported but has now been added. Have a look at the example I've added. Hopefully that should suit your needs exactly. If not, feel free to reopen the issue and I'll have another look.