Change Time

Overview #

Stores the date/time when the record was last modified.


Value Processing Parameters: #

Basic usage:

{{ FieldName }}

Usage with parameters:

{{ FieldName(Format) }}
  1. Format (optional) – – PHP date format, e.g., ‘Y-m-d’ or Joomla defined format (language supported) if left empty. Use ‘timestamp’ to return the datetime in UNIX timestamp format.

Example:

{{ FieldName("Y-m-d H:i:s") }}


Pure Value (Unprocessed): #

Example:

{{ FieldName.value }}


Edit Record Parameters: #

Basic usage:

{{ FieldName.edit }}

Usage with parameters:

{{ FieldName.edit(CSS Class, Attributes) }}
  1. CSS Class (optional) – – Name or names of CSS class(es).
  2. Attributes (optional) – – Optional attributes like: disabled, onclick, onchange, etc.

What are your feelings

Leave a Reply

Updated on January 9, 2025