$(document).ready( function() {
  $(".time_field").clockpick({starthour : 0,endhour : 23, minutedivisions: 4});
});
