ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
https://ionicframework.com
MIT License
50.84k stars 13.52k forks source link

feat: Option to show calendar week in ion-datetime component #23569

Open tho-masn opened 3 years ago

tho-masn commented 3 years ago

Feature Request

Ionic version:

[ ] 4.x [ ] 5.x [x] 6.x

Describe the Feature Request It would be useful to have the option to show the calendar weeks in the ion-datetime component. Not sure how it is in the US, but in Europe it's quiet common for specific industries to work with calendar weeks.

Similar to this:

Screenshot 2021-07-02 at 10 00 51

Describe Preferred Solution It probably would make sense to just turn the calendar weeks on via a property like <ion-datetime calendar-weeks="true" />

Describe Alternatives Any solution, which renders the calendar week into the ion-datetime component would be cool.

willmartian commented 3 years ago

Thank you for the feature request!

A little research here:

jhnns commented 11 months ago

@willmartian Is there any information if and when this feature will be implemented? :)

Webrow commented 3 months ago

Is there any progress on this?