rajeshwarpatlolla/ionic-datepicker

Todays Date is not setting in the title

jtoms opened this issue · 2 comments

jtoms commented

When the date picker is open, todays date is showing as default selected and the "selected_date_full" also showing the taday's date. But when we select any other date and then click on 'Today' button todays date column is selected, but selected date is not reflecting in the top section ('selected_date_full').

Another note- the format is hard coded. Can you please change this to use the format provided by dateFormat option?

{{selectedDateFull | date: dateFormat }}

For now, as a workaround, I am hiding this entirely:

.selected_date_full{
display:none
}

Thank you for the excellent widget

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