studygyaan / Date-Time-Picker-and-Phone-Mask

We are creating a package of jQuery UI Datepicker from jQuery UI and Timepicker from trentrichardson.com

Home Page:http://studygyaan.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pack-of-jQuery-UI-Datepicker-and-Timepicker

We are creating a package or merging jQuery UI Datepicker, Timepicker and Phone Mask in one folder.

jQuery UI Datepicker - https://jqueryui.com/datepicker/

Timepicker - https://github.com/trentrichardson/jQuery-Timepicker-Addon

Phone Mask - https://github.com/rajaramtt/jquery-input-mask-phone-number

Usage -

  1. Add latest jQuery
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  1. Give Path to Library
<link rel="stylesheet" href="/path/to/jquery-ui.css">
<link rel='stylesheet' href="/path/to/jquery-ui-timepicker-addon.css" />

<script src="/path/to/jquery-ui.js" ></script>
<script src="/path/to/jquery-ui-timepicker-addon.js"></script> 
For Phone Mask - How to use
<script src="/path/to/jquery-input-mask-phone-number.min.js"></script>

About

We are creating a package of jQuery UI Datepicker from jQuery UI and Timepicker from trentrichardson.com

http://studygyaan.com


Languages

Language:CSS 100.0%