Formats incoming amount in cents to a dollar amount string.
fun Double?.centsToCurrency(default: String = "0.00"): String