1.2.2releasedFields: System Dates

Exposes the internal creation and modification dates of an entry (read-only) in the format of a normal date field.

Clone URLhttps://github.com/symphonists/system_date_fields.git

Add as a submodulegit submodule add https://github.com/symphonists/system_date_fields.git extensions/system_date_fields --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNoNoNo1.0.01.0.01.2.21.2.21.2.21.2.21.2.21.2.21.2.21.2.21.2.21.2.21.2.21.2.2

Readme

System Dates

Exposes the internal creation and modification dates of an entry (read-only) in the format of a normal date field.

INSTALLATION

  1. Upload system_dates_field to your Symphony /extensions folder.

  2. Enable it by selecting the "Fields: System Dates", choose Enable/Install from the with-selected menu, then click Apply.

  3. You can now add the "Date: System Created" and "Date: System Modified" fields to your sections.

OPTIONS

  1. Can show date only or date with time (format is defined by the configuration of Symphony)
  2. Can display dates as relative time, i.e. X minutes/hours ago.

USAGE

Functions similar to the normal Date field in Symphony, however it does not allow editing of the value it contains, instead exposing the entry Creation Date and entry Modification Date as stored internally by Symphony.

NOTES

TODO: Add Grouping for Data Sources.

Version history

Symphony 2.6.0 to 2.x.x

  • Symphony 2.7.0 compatibility

Symphony 2.6.0 to 2.6.x

  • PHP7 compatibility

Symphony 2.6.0 to 2.6.x

  • Unify Styling of readonly values

Symphony 2.6.0 to 2.6.x

  • Fix some bugs and code clean up
  • Added time ago setting
  • Added show time setting

Symphony 2.3.1 to 2.5.x