Browse Source

Merge pull request #222 from mangeld/patch-1

Clarify which date format to use
theshka 10 years ago
parent
commit
cfde8b6246
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.php.template

+ 1 - 1
config.php.template

@@ -33,7 +33,7 @@
 /*
  * CONTENT
  */
-// $config['date_format'] = 'jS M Y';             // Set the PHP date format
+// $config['date_format'] = 'jS M Y';             // Set the PHP date format as described here: http://php.net/manual/en/function.strftime.php
 // $config['pages_order_by'] = 'alpha';           // Order pages by "alpha" or "date"
 // $config['pages_order'] = 'asc';                // Order pages "asc" or "desc"
 // $config['excerpt_length'] = 50;                // The pages excerpt length (in words)