formatDate

actual fun String.formatDate(format: String): String
expect fun String.formatDate(format: String = "MM/dd/yyyy"): String
expect fun <Error class: unknown class>.formatDate(format: String = "MM/dd/yyyy"): String