<?php $(function(){ $('#enddate').datetimepicker({ dateFormat: 'yy-mm-dd', timeFormat: 'hh:mm:ss', stepHour: 1, stepMinute: 5 }); }); ?>