vncore / com.venuenext.vncore.util / Utils / formatUTCDateString

formatUTCDateString

fun formatUTCDateString(inboundDate: String?, inboundDatePattern: String, outBoundDatePattern: String): String

Formats UTC date string to matching patterns in local time zone.

Parameters

inboundDate - the inbound date string.

inboundDatePattern - the inbound date pattern string.

outBoundDatePattern - the outbound date pattern string.

Return
the formatted date string.