Feature #767

avatar

Configure autodate

Added by Sein Kraft 74 days ago. Updated 66 days ago.

Status:Closed Start:09/07/2009
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:core
Target version:2.3

Description

From this
return "on " . date("F j, Y", strtotime($date));
to this
$format = $config->get_string('autodate_format', true)
return "on " . date($format, strtotime($date));

Then te admin can configure the order.

History

Updated by Shish Moom 66 days ago

avatar
  • Status changed from New to Closed

done in f71a0e4

Updated by Shish Moom 66 days ago

avatar

small correction in 6f64055

Also available in: Atom PDF