mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 08:34:09 +02:00
Code cleanup
This commit is contained in:
@@ -149,11 +149,11 @@ class convert
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 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
|
||||
* @return bool|int|string
|
||||
*/
|
||||
function convert($string=null, $mask = 'inputdate')
|
||||
{
|
||||
|
Reference in New Issue
Block a user