When I hack the source code for datetime, it seems that currently ionic 2 still not supporting full day name. https://github.com/driftyco/ionic/blob/master/src/components/datetime/datetime.ts in the line 526, component simply ignore ‘DDDD’ and ‘DDD’. It is annoying that when doc said it support, code however actually did not.
I’m facing the same issue, any workaround to change the way the day is displayed in datePicker ? To be able to know which day of the week is a date is very important for a date picker : I want to book something on next saturday, do I need to calculate the date before opening the date picker ?