jQuery Date and Time Picker Plugin datetimepicker Use this plugin to unobtrusively add a datetimepicker, date picker or time picker dropdown to your forms. Simple and easy to integrate It's easy to customize options. Supports 3 languages: en(English), de(German) and ru(russian). Date input mask. Callback events support. Inline mode support. Always display the date & time picker without having to click the input field. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-datetimepicker/2.5.20/jquery.datetimepicker.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-datetimepicker/2.5.20/jquery.datetimepicker.full.min.js"></script> <input id="datetimepicker" type="text"/> See the Pen DateTimePicker (https://www.codesponsors.com)
Practice make men Perfect