0
I use this calendar <input type="date">
I researched it but so far I found nothing about its formatting css
. I wanted to know if it is possible to use it and how can I do it.
If there are other calendars I’m open to suggestions.
<input type="date" class="form-control input-titulo" id="description-input" />
Marcelo, are you talking about the jquery? datepicker input type="date"?
– Caique Romero
input date, I may have confused
– Marcelo Batista
I will edit to make it clear
– Marcelo Batista
There are some javascript plugins to style and improve the functionality of date fields, here’s an example: https://jqueryui.com/datepicker/
– arllondias
it becomes clear which calendar it is, and if it is possible to edit it in css, because I need a calendar that is mobile responsive
– Marcelo Batista
I didn’t understand what you meant by the above comment, anyway it’s not all browsers that by default support
<input type="date">
, as already suggested I would search regarding the datepicker of Jquery UI– Caique Romero
improved the above answer
– Marcelo Batista
It’s good to know that the input type = 'date' is a Crome specification: Why type='date' does not work in Firefox?
– Marconi