My project is in MVC. I am using bootstrap datetime picker for selecting the date from web and it is working on my local machine, but after publishing the code on Azure, I am getting a date format validation error.
JavaScript:
$('#DateofBooking').datetimepicker({format: 'MM/DD/YYYY'});
The validation message I see: