mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 21:02:09 +02:00
Renamed date handler to e_date. BC support added.
This commit is contained in:
@@ -643,7 +643,7 @@ $text .= "
|
||||
";
|
||||
|
||||
// Date options.
|
||||
$ga = new convert();
|
||||
$ga = e107::getDate();
|
||||
$date1 = $ga->convert_date(time(), "short");
|
||||
$date2 = $ga->convert_date(time(), "long");
|
||||
$date3 = $ga->convert_date(time(), "forum");
|
||||
|
Reference in New Issue
Block a user