Hook Detail

Plugin: Formidable Pro
Filter Name: frm_datepicker_formats
KB Link:
Declaration:
apply_filters( 'frm_datepicker_formats', $formats );
Filter Type:
Static
In class:
FrmProAppHelper
Source:
formidable-pro/classes/helpers/FrmProAppHelper.php
Notes:

This hook can be used to add a custom date format in your Global Settings for Date Formats. The first date format is the PHP date format, which is 'j M, Y' in the example below. Get more information on PHP date formats. The second date format will be the Datepicker format which is d M, yy. This format will control how the date is displayed in the Date field. Get more information on Datepicker compatible formats. The Datepicker date format must correspond to the appropriate PHP date format.

Contribute Comments or Examples

Codex Comments/Examples
First
Last
No Entries Found