Why i am not able to clear the date input field when i do not need? using jquery
- by kumar
I have this code in the view to display datepicker for input type..
$("input[id^='exc-flwup-']").datepicker({
duration: '',
showTime: true,
constrainInput: true,
stepMinutes: 30,
stepHours: 1,
altTimeField: '',
time24h: true,
minDate: 0
});
…