jquery date-time picker

This commit is contained in:
Zin Lin Phyo
2017-08-30 10:46:46 +06:30
parent 4b97cd530e
commit df4caa288d
12 changed files with 283 additions and 272 deletions

View File

@@ -13,5 +13,4 @@
$("#promotion_promo_code").val(Math.random().toString(36).slice(5) + Math.random().toString(36).slice(5));
// $( "#fromtime" ).timepicker();
// $( "#totime" ).timepicker({ 'scrollDefault': 'now' });
$('#scrollDefaultExample').timepicker({ 'scrollDefault': 'now' });
</script>