# Functions
ConvertBooleanToInt convertion data type boolean to int.
ConvertDatetime convertion date time to custom layout.
ConvertDateToString convertion date time to string.
ConvertDateToStringCustom convertion date time to string.
ConvertInterfaceToJSON convertion data from interface to json.
ConvertInterfaceToMap convertion data from interface/struct to map.
ConvertJSONToArrayMap convertion data from json to array of Map.
ConvertJSONToInterface convertion data from json to interface.
ConvertJSONToMap convertion data from json to Map.
ConvertMapToInterface convertion data from map to interface/struct.
ConvertStringToDate convertion string to date.
ConvertTypeToStdMysqlType convertion data type to standard type mysql.
# Constants
DateLayoutFull layout full date.
DateLayoutFull2 layout full date 2.
DateLayoutSimple layout simple date.
DateLayoutStrMonth date layout str month.