# Packages
No description provided by the author
# Functions
ByteCountBinary: Format byte size to human readable format.
ByteCountDecimal: Format byte size to human readable format.
Find the date in relation to the given format.
Change date format to unix model with pattern like: fmtDate:='%d-%m-%y %H:%M:%S' --> '$y-%m-%d %H:%M:%S' Note: year format must be in lowercase ...
IsDate: Check if string is date.
IsFloat: Check if string is float.
No description provided by the author