Open tho-masn opened 3 years ago
Thank you for the feature request!
A little research here:
<input type="date">
HTML element does not seem to have an option for showing weeks: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date<input type="week">
that does show week numbers: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/week@willmartian Is there any information if and when this feature will be implemented? :)
Is there any progress on this?
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:
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.