Configuration
Configuration keys for the Solar_View_Helper_Date
class.
strftime
(bool) When true, uses strftime() instead of date() for formatting dates. Default is false.
Default:
false
format
(string) The default output formatting using » date() codes. Default is 'Y-m-d'.
Default:
'Y-m-d'
tz_origin
(string) Consider all input timestamps as being from this timezone. Default is the value of » date_default_timezone_get().
Default:
null
tz_output
(string) Output all timestamps after converting to this timezone. Default is the value of » date_default_timezone_get().
Default:
null