Filter Reference: geodir_date_formats

Summary

Filter the custom field date format options.

Parameters

$date_formats
(array) (required) The PHP date format array.

Default: None

Change Log

Since: 1.6.5

Used by

geodirectory-functions/custom_fields_functions.php: geodir_cfa_extra_fields_datepicker() [Line: 3204]

Source Code

            $date_formats = apply_filters('geodir_date_formats',$date_formats);