DateTimePicker
Responsive jQuery DateTime Picker plugin for Web & Mobile
File Explorer
Download Latest Version (.zip)- angular-1.4.2.min.js
- BasicDatePicker-AngularJS.htm
- BasicDatePicker-LongTypeOfModel.html
- TwoPicker-AngularJS.htm
- BasicExample-Bootstrap.htm
- BasicExample-BootstrapModal.htm
- bootstrap.min.css
- bootstrap.min.js
- BasicExampleMobile.htm
- BasicExampleMobileWithLink.htm
- jquery.mobile-1.4.0.min.css
- jquery.mobile-1.4.0.min.js
- ui-icons_444444_256x240.png
- ui-icons_555555_256x240.png
- ui-icons_777620_256x240.png
- ui-icons_777777_256x240.png
- ui-icons_cc0000_256x240.png
- ui-icons_ffffff_256x240.png
- BasicDateTimePicker-jQueryUI-ElementsGroup.htm
- BasicDateTimePicker-jQueryUI.htm
- jquery-ui.min.css
- jquery-ui.min.js
- jquery-ui.theme.min.css
- Basic-Zepto.htm
- BasicDatePicker.htm
- BasicDateTimePicker.htm
- BasicExamples-CustomEvent.htm
- BasicExamples-CustomInputString.htm
- BasicExamples-CustomInputValue-Issue125.htm
- BasicExamples-CustomInputValue.htm
- BasicExamples-ElementsGroup-DataAttribute.htm
- BasicExamples-ElementsGroup.htm
- BasicExamples-HumanDateFormatting.htm
- BasicExamples-InputHTML5.htm
- BasicExamples-InputText.htm
- BasicExamples-MinuteInterval-Multiple.htm
- BasicExamples-MinuteInterval.htm
- BasicExamples-NonInputElement.htm
- BasicExamples-Seconds.htm
- BasicExamples-SecondsInterval-Multiple.htm
- BasicExamples-SecondsInterval.htm
- BasicExamples-SetDateTimeOnLoad.htm
- BasicTimePicker.htm
- Callback-beforeShow.htm
- Events-MouseHold.htm
- Events-TouchHold.htm
- Format-Both.htm
- Format-DataAttributes.htm
- Format-MonthYear.htm
- Format-Parameters.htm
- FormatConversion.htm
- index.htm
- Internationalization-Chinese.htm
- Internationalization-German.htm
- Internationalization.htm
- jquery-1.11.0.min.js
- jquery-3.1.0.min.js
- KeyboardNavigation.htm
- PeriodRange-Both.htm
- PeriodRange-Constant_Date.htm
- PeriodRange-DataAttributes.htm
- PeriodRange-MinNow.htm
- PeriodRange-MinToday.htm
- PeriodRange-Parameters.htm
- SetValueInInput.htm
- StartEnd-DataAttributes.htm
- View-BasedOnDocumentWidth.htm
- View-DataAttributes.htm
- View-Inline.htm
- ViewDropdown-Parameters.htm
- ViewPopup-Parameters.htm
- zepto-1.1.6-Custom.min.js
- DateTimePicker-i18n-cs.js
- DateTimePicker-i18n-de.js
- DateTimePicker-i18n-en.js
- DateTimePicker-i18n-es.js
- DateTimePicker-i18n-fr.js
- DateTimePicker-i18n-it.js
- DateTimePicker-i18n-ja.js
- DateTimePicker-i18n-ko.js
- DateTimePicker-i18n-nb.js
- DateTimePicker-i18n-nl.js
- DateTimePicker-i18n-ro.js
- DateTimePicker-i18n-ru.js
- DateTimePicker-i18n-uk.js
- DatetimePicker-i18n-zh-CN.js
- DateTimePicker-i18n-zh-TW.js
- DateTimePicker-i18n.js
- DateTimePicker-ltie9.css
- DateTimePicker-ltie9.js
- DateTimePicker-ltie9.min.css
- DateTimePicker-ltie9.min.js
- DateTimePicker-Zepto.js
- DateTimePicker.css
- DateTimePicker.js
- DateTimePicker.min.css
- DateTimePicker.min.js
- DateTimePicker_iOS_fix.js
- DateTimePicker-i18n-cs.js
- DateTimePicker-i18n-de.js
- DateTimePicker-i18n-en.js
- DateTimePicker-i18n-es.js
- DateTimePicker-i18n-fr.js
- DateTimePicker-i18n-it.js
- DateTimePicker-i18n-ja.js
- DateTimePicker-i18n-ko.js
- DateTimePicker-i18n-nb.js
- DateTimePicker-i18n-nl.js
- DateTimePicker-i18n-ro.js
- DateTimePicker-i18n-ru.js
- DateTimePicker-i18n-uk.js
- DatetimePicker-i18n-zh-CN.js
- DateTimePicker-i18n-zh-TW.js
- DateTimePicker-i18n.js
- DateTimePicker-ltie9.css
- DateTimePicker-ltie9.js
- DateTimePicker-Zepto.js
- DateTimePicker.css
- DateTimePicker.js
- DateTimePicker_iOS_fix.js
- .gitignore
- bower.json
- DateTimePicker.jquery.json
- Gruntfile.js
- LICENSE
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/nehakadam/DateTimePicker
Downloads the entire project code from GitHub to your computer.
cd DateTimePicker
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/datetimepicker@latest/dist/DateTimePicker.min.css" />
Type this command into your terminal and run it.
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/datetimepicker@latest/dist/DateTimePicker.min.js"></script>
Type this command into your terminal and run it.
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/datetimepicker@<version>/dist/DateTimePicker.min.css" />
Type this command into your terminal and run it.
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/datetimepicker@<version>/dist/DateTimePicker.min.js"></script>
Type this command into your terminal and run it.
`npm install datetimepicker`
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
