Slick Datetime Picker Plugin with jQuery and jQuery UI - slickDTP

File Size: 6.65 KB
Views Total: 6650
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Slick Datetime Picker Plugin with jQuery and jQuery UI - slickDTP

slickDTP is a jQuery & jQuery UI plugin which provides a slick time / date picker that is easy to navigate in a dialog popup.

How to use it:

1. Make sure you have jQuery and jQuery UI loaded in the document.

<script src="jquery-1.11.3.js"></script>
<script src="jquery-ui.js"></script>
<link rel="stylesheet" href="jquery-ui.css">

2. Download, unzip and load the jQuery slickDTP plugin after jQuery library.

<link rel="stylesheet" href="slick_dtp.css">
<script src="slick_dtp.js"></script>

3. Call the plugin on your input field and done.

$( "#demo" ).click(function() {

  // slickDTP.pickDate(MYSQLDATE,PRETTYDATE);
  slickDTP.pickDate('#demo','');

});

 


This awesome jQuery plugin is developed by mrosandich. For more Advanced Usages, please check the demo page or visit the official website.