MPFT_DatePicker

Extends MPFT

Methods

The UI and API implementation for the Date Picker field type, based on the jQuery UI DatePicker.

List of Methods

Property Methods

Manipulation

  • value_for_set( Mixed $value )String

    Overrides the MPFT::value_for_set method to allow DatePicker fields to be assigned a value in a number of different formats. An integer timestamp – this could be the output of the PHP time function for example, or some operation on that value.A string representing the date, parsed by the very smart PHP strtotime function.

Column Listings

  • cal()String

    Returns a pictorial representation of the date selected in the field UI.

  • col()String

    Overrides MPFT::col to set the default display of a date in post and term manage screen field columns as the mini-calendar generated by the MPFT_DatePicker::cal method, as shown below:.

Internal Use

  • value_for_set( Mixed $value )String

    Overrides the MPFT::value_for_set method to allow DatePicker fields to be assigned a value in a number of different formats. An integer timestamp – this could be the output of the PHP time function for example, or some operation on that value.A string representing the date, parsed by the very smart PHP strtotime function.

  • cal()String

    Returns a pictorial representation of the date selected in the field UI.

  • col()String

    Overrides MPFT::col to set the default display of a date in post and term manage screen field columns as the mini-calendar generated by the MPFT_DatePicker::cal method, as shown below:.

  • date( String $format )Integer OR String

    Returns either a timestamp value of the selected date, or a formatted string representing the date if the format argument is provided.

  • format( String $format )Integer OR String

    A synonym for the MPFT_DatePicker::date method.

  • future()Boolean

    Returns true if the selected date is in the future.

  • past()Boolean

    Returns true if the selected date is in the future.

  • value()Integer

    Returns the integer timestamp value of the selected date.

  • value_for_set( Mixed $value )String

    Overrides the MPFT::value_for_set method to allow DatePicker fields to be assigned a value in a number of different formats. An integer timestamp – this could be the output of the PHP time function for example, or some operation on that value.A string representing the date, parsed by the very smart PHP strtotime function.

Base Class Methods

View method list from the base class MPFT.

Latest From the Blog

MasterPress 1.4.1 is now available

27th May 2024

This update addresses backwards compatibility issues that were introduced in the previous update. There were some edge cases where PHP 7 had issues and it didn’t work at all on PHP 5.6. We have now changed it so that the PHP 8 compatibility changes will now only affect PHP 8 and will be more thorough… 

Plugin Requirements

MasterPress requires a minimum of WordPress version 4.9, MySQL 5.6, and PHP version 5.6.20.

We also recommend that PHP is configured to use a memory limit of 64MB per request (128MB may be required for sites with higher complexity).

This plug-in is not compatible with the WordPress.com hosted service.

Three AM