Skip to content

Commit

Permalink
docs: Add warning comment about using 12/24 hours format pattern dire…
Browse files Browse the repository at this point in the history
…ctly
  • Loading branch information
LunarX committed Feb 17, 2025
1 parent 7152537 commit b0cf0d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import java.util.Date

object MailDateFormatUtils {

// Do not use the 12/24 hours format directly. Call localHourFormat() instead
private const val FORMAT_EMAIL_DATE_24HOUR = "HH:mm"
private const val FORMAT_EMAIL_DATE_12HOUR = "hh:mm a"
private const val FORMAT_EMAIL_DATE_SHORT_DATE = "d MMM"
Expand Down

0 comments on commit b0cf0d2

Please sign in to comment.