From 54521c0e2d95a47f1f1b5bcc5e8f39bb736ecb35 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 12 Mar 2015 10:32:17 +0900 Subject: [PATCH] Add missing documentation for new string to time method --- www/libs/Class.Basic.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/www/libs/Class.Basic.inc b/www/libs/Class.Basic.inc index 4cf0dbbc..d6cc09a3 100644 --- a/www/libs/Class.Basic.inc +++ b/www/libs/Class.Basic.inc @@ -50,6 +50,7 @@ * array_search_recursive -> search for a value/key combination in an array of arrays * ByteStringFormat -> format bytes into KB, MB, GB, ... * TimeStringFormat -> format a timestamp (seconds) into days, months, ... also with ms + * StringToTime -> reverste a TimeStringFormat to a timestamp * GenAssocArray -> generactes a new associativ array from an existing array * CheckDate -> checks if a date is valid * CompareDate -> compares two dates. -1 if the first is smaller, 0 if they are equal, 1 if the first is bigger