Using the bootstrap_datepicker to send a start date and another end date to the server. The start date can not be greater than end date. And the end date can not be less than the start date.
My question is whether there is any native way (using parameters) to sync those 2 imputs without having to write js code?