An open API service indexing awesome lists of open source software.

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.

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.

![umcDateTimePicker](http://cfile30.uf.tistory.com/image/1476893F4F37A43D2B3866)

## Example

** Script Initialization **
```js

```

** Script Loading **
```js

$(function () {
$("#datetimepicker").datetimepicker();
});

```

** HTML Block **
```js

```