0
I have a field data_inicio
and a field data_fim
. I need to use the datepicker
both of us.
I want that when I select the date data_inicio
, the field data_fim
is affected, so that only later dates of data_inicio
are displayed. And, if you select the data_fim
, the field data_inicio
has a maximum date in relation to the date selected in data_fim
.
How to do this in jQuery UI?
in the documentation itself already has an example, a look. https://jqueryui.com/datepicker/#date-range
– Marcelo Diniz
But now we have an example in English :D
– Wallace Maxters