The components shows only time picker:
.form-group label.col-xs-5.control-label test field .col-xs-5 #fromDate.input-group.date input.form-control(type='text') span.input-group-addon span.glyphicon.glyphicon-calendar
$(function () {
$('#fromDate').datetimepicker({
sideBySide: true,
locale:'en-ca'
});
})
Why calendar is not showing?