rajeshwarpatlolla / ionic-datepicker

'ionic-datepicker' bower component for ionic framework applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Date format change

Jigar1984 opened this issue · comments

Hi I try to change date format but I am not able to change..
Please help me.
I need required format is 'yyyy - MM - dd' instead of 'Sat Nov 14 2015 00:00:00 GMT+0530 (IST)'

I try to change this way but not working.

Date :
{{datepickerObject.inputDate | date:'yyyy - MM - dd'}}

Thanks..

You have a * dateFormat* property when you create an object. Please check the documentation.

Please check the new release v1.0.0. This issue has been addressed.