I want to set default time in this datetimepicker as 00:01
for the current date. Anyone tried that before? Having a tough time with it. It Seems simple.
$('#startdatetime-from').datetimepicker({
language: 'en',
format: 'yyyy-MM-dd hh:mm'
});
I need to use setDate
, but I'm not sure how. I checked their code, but did not find a parameter for that.