ECA Helper: Date Format To Unix¶
Plugin ID: eca_helper_date_format_to_unix
Action convert date time format to unix time.
Fields¶
Date time value— config key:date-
Type:
textfield· Required: yes · Default: empty string Date time format— config key:format-
A user-defined php date format string like "m-d-Y H:i". See the PHP manual for available options. Use "|" end of format like| "Y-F-d|" for compatible with strtotime.
Type:
textfield· Required: yes · Default: empty string Name of response token— config key:token_name-
The response value will be loaded into this specified token. Please provide the token name only, without brackets.
Type:
textfield· Required: yes · Default: empty string