# npm
npm i jquery-timepicker
# Bower
bower install jquery-timepicker-wvega --save
# cdnjs
# jQuery Timepicker is available in cdnjs. To get a list of all avaiable versions and files, go to https://cdnjs.com/libraries/timepicker. Alternatively, use the code below to include just the necessary stylesheet and script in your website.
# Paste the following code inside the <head> element of your page:
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/timepicker/1.3.5/jquery.timepicker.min.css">
# Paste the following code before the </body> tag:
<script src="//cdnjs.cloudflare.com/ajax/libs/timepicker/1.3.5/jquery.timepicker.min.js"></script>