mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Note added to $gen->convert() which should be replaced by $tp->toDate() in all plugins.
This commit is contained in:
@@ -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)
|
* 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 $string unix timestamp OR human-readable date-time.
|
||||||
* @param string $mask (optional) long | short | input
|
* @param string $mask (optional) long | short | input
|
||||||
|
Reference in New Issue
Block a user