Can make the Date Range Picker to become DateTime Range Picker
Can make the Date Range Picker to become DateTime Range Picker
hochunang
Posts: 1Questions: 0Answers: 0
$('#createddate-datepicker').datepicker({
todayHighlight: true,
templates: {
leftArrow: '<i class="la la-angle-left"></i>',
rightArrow: '<i class="la la-angle-right"></i>',
},
});
Able to make it datetime picker?
Replies
You need to specify the format for the date to appear, this example is demonstrating that.
Colin
Isn't our DataTime library. That is presumably jQuery UI? You'd need to refer to their documentation, such as this example.
Allan