Deepesh Kuruppath
Results
2
comments of
Deepesh Kuruppath
Is this issue resolved ? I'm still facing the same error...
Got the solution, check the link [https://github.com/uxsolutions/bootstrap-datepicker/issues/1291] The way I solved is as below i.e. using forceParse:false ` $('.date-time-picker').datetimepicker({ format: 'yyyy-mm-dd hh:ii', forceParse: false }); `