View Time

Overview #

Stores the date/time when record was last viewed.


Value Processing Parameters: #

Basic usage:

{{ FieldName }}

Usage with parameters:

{{ FieldName(Format) }}
  1. Format (optional) – PHP date format i.e. ‘Y-m-d’ or Joomla defined format (language supported) if left empty. ‘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(s).
  2. Attributes (optional) – Optional attributes like: disabled, onclick, onchange etc.

What are your feelings

Leave a Reply

Updated on January 9, 2025