# Functions
ConvertFormat function that accept java format then replace with golang fromat yyMMddHHmmss return 060102150405 dd-MMM-yyyy HH:mm:ss return 02-Jan-2006 15:04:05 dd/MMMM/yyyy HH:mm:ssSSS return 02/January/2006 15:04:05.000.
No description provided by the author
FormatDateISO8601 return string with format yyyyMMdd 5 March 2020 09:37:10 -> "20200305".
FormatDateISO8601ShortYear return string with format yyMMdd 5 March 2020 09:37:10 -> "200305".
FormatDateISO8601ShortYearWithDash return string with format yy-MM-dd 5 March 2020 09:37:10 -> "20-03-05".
FormatDateISO8601WithDash return string with format yyyy-MM-dd 5 March 2020 09:37:10 -> "2020-03-05".
FormatDateLongMonth return string with format dd MMMM yyyy 5 March 2020 09:37:10 -> "05 March 2020".
FormatDateLongMonthWithDash return string with format dd-MMMM-yyyy 5 March 2020 09:37:10 -> "05-March-2020".
FormatDateShortMonth return string with format dd MMM yyyy 5 March 2020 09:37:10 -> "05 Mar 2020".
FormatDateShortMonthWithDash return string with format dd-MMM-yyyy 5 March 2020 09:37:10 -> "05-Mar-2020".
FormatDateWithDash return string with format dd-MM-yyyy 5 March 2020 09:37:10 -> "05-03-2020".
FormatDateWithSlash return string with format dd/MM/yyyy 5 March 2020 09:37:10 -> "05/03/2020".
FormatTimeShortWithoutColon return string with format dd MM yyyy HH:mm:ss 5 March 2020 09:37:10 -> "05 Mar 2020, 09:37:10".
FormatTimeShortWithoutColon return string with format dd MM yyyy HH:mm:ss 5 March 2020 09:37:10 -> "05 March 2020, 09:37:10".
ReadableDateTimeWithSlash return string with format dd/MM/yyyy HH:mm 5 March 2020 09:37:10 -> "05/March/2020, 09:37".
FormatTimeShortWithoutColon return string with format dd MM yyyy HH:mm 5 March 2020 09:37:10 -> "05 Mar 2020, 09:37".
ReadableDateTimeWithSlash return string with format dd/MM/yyyy HH:mm 5 March 2020 09:37:10 -> "05/Mar/2020, 09:37".
ReadableDateTimeWithSlash return string with format dd/MM/yyyy HH:mm:ss 5 March 2020 09:37:10 -> "05/Mar/2020, 09:37:10".
FormatTime return string with format HH:mm:ss 5 March 2020 09:37:10 -> "09:37:10".
FormatTimeShort return string with format HH:mm 5 March 2020 09:37:10 -> "09:37".
FormatTimeShortWithoutColon return string with format HH:mm 5 March 2020 09:37:10 -> "0937".
FormatTimestamp return string with format yyMMddHHmmss 5 March 2020 09:37:10 -> "200305093710".
FormatTimestampFullYear return string with format yyyyMMddHHmmss 5 March 2020 09:37:10 -> "20200305093710".
FormatTimestampFullYear return string with format yyyyMMddHHmmssSSS 5 March 2020 09:37:10.123 -> "20200305093710123".
FormatTimestamp return string with format yyMMddHHmmssSSS 5 March 2020 09:37:10.123 -> "200305093710123".
FormatTimeWithoutColon return string with format HH:mm 5 March 2020 09:37:10 -> "093710".
No description provided by the author
MaskingNameExceptLastThree mask name except last 3 characterwhen name only have 3 character or less than that, no masking requiredexample Johnny Depp: ***nny *epp Nur Ady: Nur Ady.
MaskingNameNewFormat mask name with new formatdifferent masking name format between 3,4,5..
MaskingPhoneNumber mask phone number except last 4 characterexample 08000000111: xxxxxxx0111.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author