From 048ab169dae624416a27972168a12a0b8bdc9509 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 31 May 2016 13:25:43 -0700 Subject: [PATCH] Note added to $gen->convert() which should be replaced by $tp->toDate() in all plugins. --- e107_handlers/date_handler.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e107_handlers/date_handler.php b/e107_handlers/date_handler.php index a6065d0bf..0f4365f61 100644 --- a/e107_handlers/date_handler.php +++ b/e107_handlers/date_handler.php @@ -202,6 +202,8 @@ class convert /** + * @deprecated - for internal use only. + * @see $tp->toDate() as a replacement. * Converts between unix timestamp and human-readable date-time OR vice-versa. (auto-detected) * @param string $string unix timestamp OR human-readable date-time. * @param string $mask (optional) long | short | input