Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagephp
$cfg_short_date_php = 'd/m/y';

$cfg_long_datetime_php (String):: The PHP display format for the date and time _php (it should include seconds). From Rogo 7.1.0

Code Block
languagephp
$cfg_long_datetime_php = 'd/m/Y H:i:s';

$cfg_short_datetime_php (String):: the MYSQL_DATE_FORMAT that is used for display of long date &  The PHP display format for the date and time (it should exclude seconds). From Rogo 7.1.0

Code Block
languagephp
$cfg_short_datetime_php = 'd/m/Y H:i';

$cfg_very_short_datetime_php (String):: The PHP display format for the date and time (with a short year and no seconds). From Rogo 7.1.0

Code Block
languagephp
$cfg_very_short_datetime_php = 'd/m/y H:i';

$cfg_long_time_php (String):: the PHP display format of long time.

Code Block
languagephp
$cfg_long_time_php = 'H:i:s';

$cfg_short_time_php (String):: the MYSQL_DATE_FORMAT that is used for display PHP display format of short datae & time.

Code Block
languagephp
$cfg_short_time_php = 'H:i';

...