Filter: gk/gravityexport/field/flow/timestamp-format
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$this->field->formId$this->field->id
Example hook names:
gk/gravityexport/field/flow/timestamp-format(base hook)gk/gravityexport/field/flow/timestamp-format_1(with first modifier value)gk/gravityexport/field/flow/timestamp-format_1_2(with all modifier values)
Controls the date format for Gravity Flow timestamp values.
Only applies when the timestamp type is gmt or local.
Parameters
| Name | Type | Description |
|---|---|---|
| $format | string | The date format. Default Y-m-d H:i:s. |
| $field | \GF_Field | The current field object. |
Since
Source
Defined in src/Field/FlowField.php at line 533