WP Manifestindependent plugin directory
manifest / forms / codeable-date-field

Codeable Datepicker Widget

Codeable Date Field

by Jake Chapa · github.com/snakeo/codeable-date-field · website

0stars
6composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/snakeo/codeable-date-field/archive/refs/heads/master.zip

Also on Packagist as wow/codeable-datepicker-widget:

composer require wow/codeable-datepicker-widget

From the readme

Codeable Date Field Plugin Installation Copy the plugin into your wp-content/plugins/ directory, and then login to your WP Admin, go to Plugins , find Codeable Date Field and click Activate If you wish to use composer you can add a dependency for our plugin from WPackagist at https://packagist.org/packages/wow/codeable-datepicker-widget Usage Once activated, visit Appearance - Widgets and you will see a Codeable - Date Field widget that you can drag into your various Sidebar and Footer areas. Once added, you'll see a screen with all of the widget options. You are presented first with a dropdown menu titled Formatting Options.... The quickest way to get up and running is to select a Commonly Used Date Format section inside this dropdown list. This will populate the date formatter text field below it with letters which tell the Date Field how the date should appear. Under the Build Your Own section inside the dropdown list, you'll see all of the individual date components. You can select one and it will insert it into the date formatter text field as well. Use this to fine-tune your Date Field format. Below that you will see the Datepicker Preview input. Clicking on this inp

Read the full README on GitHub →