1

I have a date field created using the following HTML code..

<input type="date" name="fromDate" id="fromDate">

I would like to change the look and feel of the calendar popup (not the textbox ), Can any one tell me is it possible using CSS, If yes what are CSS classes I have to override.

enter image description here

Jobin
  • 5,610
  • 5
  • 38
  • 53
  • 1
    https://stackoverflow.com/questions/7372038/is-there-any-way-to-change-input-type-date-format This for the input field but the same goes for the popup itself. Its handled by your browser so you need a custom element or a framework – Doomenik Dec 15 '17 at 09:29
  • Possible duplicate of [Is there any way to change input type="date" format?](https://stackoverflow.com/questions/7372038/is-there-any-way-to-change-input-type-date-format) – Tomm Dec 15 '17 at 09:55
  • hey, did you get a solution? – sSD Jan 13 '20 at 09:28

0 Answers0