Weeknumbers in datepicker
Is there a way to add weeknumbers to the datepicker field?
7 Replies
hum.. you can use
->type('week')
in the textinput..->type
isnt available on the datepicker fieldTextInput
I dont have a textinput?
I am using
DatePicker::make
MDN Web Docs
- HTML: HyperText Markup Language | MDN
elements of type week create input fields allowing easy entry of a year plus the ISO 8601 week number during that year (i.e., week 1 to 52 or 53).
With this you can only select the whole week right? I just want to add the weeknumbers as information
hum, not sure if it is possible..