2017 © Pedro Peláez
 

wordpress-plugin codeable-datepicker-widget

Adds a "Date Field" widget that utilizes jQuery UI Datepicker.

image

wow/codeable-datepicker-widget

Adds a "Date Field" widget that utilizes jQuery UI Datepicker.

  • Friday, September 16, 2016
  • by jakewow
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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, (*1)

Plugin Screen, (*2)

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, (*3)

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., (*4)

Widget Added, (*5)

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., (*6)

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., (*7)

Fine Tune, (*8)

Below that you will see the Datepicker Preview input. Clicking on this input will bring up a Datepicker with the date formatted as you specified in the above section., (*9)

Datepicker Preview, (*10)

Finally, the HTML Attributes Section allows you to specify the <input>'s name, class, and id attributes., (*11)

HTML Attributes, (*12)

Entering number2 for the id, two for the classname, and second, for the name will produce this Datepicker Field on your website:, (*13)

<input id="number2" class="two" type="text" name="second">, (*14)

The Versions

16/09 2016

dev-master

9999999-dev

Adds a "Date Field" widget that utilizes jQuery UI Datepicker.

  Sources   Download

Unlicense

by Jake Chapa