1
0
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:
Cameron
2018-05-11 14:58:04 -07:00
parent 0fd399528a
commit bf9cf05b0e
6 changed files with 15 additions and 1299 deletions

View File

@@ -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");