https://github.com/thefrosty/wp-calendar-date-picker
Show the jQuery UI datepicker on an input box next to the 'edit date' for exact date and time selection.
https://github.com/thefrosty/wp-calendar-date-picker
jquery-ui jquery-ui-datepicker timepicker wordpress-plugin
Last synced: 2 months ago
JSON representation
Show the jQuery UI datepicker on an input box next to the 'edit date' for exact date and time selection.
- Host: GitHub
- URL: https://github.com/thefrosty/wp-calendar-date-picker
- Owner: thefrosty
- Created: 2018-07-10T01:47:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-08T19:23:47.000Z (over 5 years ago)
- Last Synced: 2025-02-03T06:38:42.299Z (4 months ago)
- Topics: jquery-ui, jquery-ui-datepicker, timepicker, wordpress-plugin
- Language: CSS
- Homepage: https://austin.passy.co/wordpress-plugins/
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# WordPress Calendar Date Picker
[](https://beerpay.io/thefrosty/wp-calendar-date-picker)
Show the jQuery UI datepicker on an input box next to the 'edit date' for exact date and time selection.
### Requirements
```
PHP >= 7
WordPress >= 4.9
```The required WordPress version will always be the most recent point release of
the previous major release branch.For both PHP and WordPress requirements, although this library may work with a
version below the required versions, they will not be supported and any
compatibility is entirely coincidental.### Installation
To install this library, use Composer:
```
composer require thefrosty/wp-calendar-date-picker:^2.0
```