Date & Time Picker
Description
This widget lets the user pick both the date and time within a single interface. A common use case is to select a date and time of travel.
Setup
- Step 1 : Add Css file in your html :
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-datetimepicker/2.5.20/jquery.datetimepicker.css" /> - Step 2 : Add JS file in your html :
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-datetimepicker/2.5.20/jquery.datetimepicker.full.min.js"></script> - Step 3 : Add HTML code from code tab
HTML
<input id="datetimepicker_unixtime" type="text" />
JS
jQuery('#datetimepicker_unixtime').datetimepicker();