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

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.

Awesome Lists containing this project

README

        

# WordPress Calendar Date Picker

[![Beerpay](https://beerpay.io/thefrosty/wp-calendar-date-picker/badge.svg?style=flat)](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
```