Searched defs:HOUR_OF_DAY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/format/
H A DDateFormat.java151 public static final char HOUR_OF_DAY = 'k'; field in class:DateFormat
568 case HOUR_OF_DAY:
569 replacement = zeroPad(inDate.get(Calendar.HOUR_OF_DAY), count);

Completed in 1089 milliseconds