Feature #767
Configure autodate
| 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.