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.3.10 is now available

9th November 2023

MasterPress 1.3.10 is a feature and bugfix release. Workaround for fatal error introduced by changes to WordPress’ wpdb class in WordPress 6.4. Added actions to MPC files upload_field & WF image save_image functions.

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