https://github.com/powerumc/umcdatetimepicker
jQuery DateTimePicker Plugin is able to Choice the time on select options.
https://github.com/powerumc/umcdatetimepicker
Last synced: 3 months ago
JSON representation
jQuery DateTimePicker Plugin is able to Choice the time on select options.
- Host: GitHub
- URL: https://github.com/powerumc/umcdatetimepicker
- Owner: powerumc
- License: gpl-3.0
- Created: 2013-06-17T13:53:26.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-04T15:46:38.000Z (about 11 years ago)
- Last Synced: 2023-05-19T06:10:18.774Z (about 2 years ago)
- Language: JavaScript
- Size: 875 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Junil Um
http://blog.powerumc.kr## Project Description
jQuery umcDateTimePicker Plugin is able to choice the time on select options.
## Release History.
- 2012-02-07 Just support option of select tag.
- 2013-06-17 Move to github from codeplex.## Screenshot the umcDateTimePicker plugin.

## Example
** Script Initialization **
```js```
** Script Loading **
```js$(function () {
$("#datetimepicker").datetimepicker();
});```
** HTML Block **
```js```