Index: openacs-4/packages/acs-core-docs/www/variables.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/variables.html,v diff -u -r1.30.2.8 -r1.30.2.9 --- openacs-4/packages/acs-core-docs/www/variables.html 10 Jun 2016 07:35:08 -0000 1.30.2.8 +++ openacs-4/packages/acs-core-docs/www/variables.html 11 Jun 2016 08:44:02 -0000 1.30.2.9 @@ -4,7 +4,7 @@ by OpenACS documentation staff.
Starting with OpenACS 5.0 and the introduction of acs-lang, we recommend retrieving date/time information from the database in - ANSI format and then using lc_time_fmt to format it for display.
Example 12.1. Getting datetime from the database ANSI-style
db_multirow -extend { mydate_pretty } { + ANSI format and then using lc_time_fmt to format it for display.