my question is about :how can I get date-picker on clicking dd ,mm or yyyy
of the html input type=date
Asked
Active
Viewed 85 times
0

chaucer
- 91
- 1
- 1
- 4
-
Can you show us what you have tried? – Bonish Koirala Nov 16 '18 at 06:57
-
It's default nature, what's issue in that? – Pardeep Jain Nov 16 '18 at 06:59
-
I have an input date field like- which produces an input field in the format dd-mm-yyyy .The date picker gets opened only on clicking the caret icon at the far right.I want the datepicker to open on clicking not only caret icon but also the input fields dd,mm or yyyy – chaucer Nov 16 '18 at 07:06
-
1This answer is exactly what you are looking for: https://stackoverflow.com/a/45461709/7785555 – eXcalibur Nov 16 '18 at 07:12
-
Possible duplicate of [Method to show native datepicker in Chrome](https://stackoverflow.com/questions/15530850/method-to-show-native-datepicker-in-chrome) – Roko Nov 16 '18 at 07:25
-
But i also want to edit the date using keyboard ..in addition to triggering the datepicker – chaucer Nov 16 '18 at 07:34