$(document).ready(function(){ $(function() { $( "#datepicker" ).datepicker(); }); $(function() { $("#timepicker").timepicker({ 'step' : 15}); }); });