Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeijei4/jtimepicker
jTimePicker es un plugin para jquery para seleccionar la hora en formato de 12h
https://github.com/jeijei4/jtimepicker
Last synced: 10 days ago
JSON representation
jTimePicker es un plugin para jquery para seleccionar la hora en formato de 12h
- Host: GitHub
- URL: https://github.com/jeijei4/jtimepicker
- Owner: jeijei4
- License: unlicense
- Created: 2020-01-31T16:01:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T06:46:11.000Z (over 4 years ago)
- Last Synced: 2024-11-13T10:44:09.684Z (2 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jTimePicker
jTimePicker es un plugin de jquery para seleccionar la hora en formato de 12h![](https://raw.githubusercontent.com/jeijei4/jTimePicker/master/jTimePicker.PNG)
## Ejemplo de uso:
### 1/2
```html```
### 2/2
```js
$('.jtimepicker').jtimepicker({
// time: '23:59:59'
});
```