core
/
com.moengage.core.internal.utils
/
ISO8601Utils
I
S
O8601
Utils
class
ISO8601Utils
Content copied to clipboard
Functions
Functions
format
Link copied to clipboard
open fun
format
(date:
Date
):
String
Content copied to clipboard
Returns
{@code date}
formatted as yyyy-MM-ddThh:mm:ss.
parse
Link copied to clipboard
open fun
parse
(date:
String
):
Date
Content copied to clipboard
Parse a date from ISO-8601 formatted string.