formatShortDate

actual fun formatShortDate(timestampMillis: Long): String(source)
expect fun formatShortDate(timestampMillis: Long): String(source)

Formats a timestamp into a short date or time string.

Typically shows time if within the last 24 hours, otherwise the date.

actual fun formatShortDate(timestampMillis: Long): String(source)