Use this plugin to unobtrusively add a datetimepicker, datepicker or timepicker dropdown to your forms. It's easy to customize options
You get this plugin from this link
http://xdsoft.net/jqplugins/datetimepicker/
<head>
<link rel="stylesheet" type="text/css" href="css/jquery.datetimepicker.css"/>
</head>
<body>
<form>
<input type="text" class="form-control datepicker_timepicker" value="" placeholder="Pick Up Date and Time" >
</form>
<script src="js/jquery.datetimepicker.full.js"></script>
<script>
$.datetimepicker.setLocale('en');
$('.datepicker_timepicker').datetimepicker({
dayOfWeekStart: 1,
lang: 'en',
minDate: 0,
format: 'd-m-Y g:i A',
});
</script>
</body>
</html>
For any doubts regarding this mail me or whats app
email: manikantak49@gmail.com
whats app : 9553517603
0 comments:
Post a Comment