datePickerHour method

String datePickerHour (int hour)

Hour that is shown in CupertinoDatePicker spinner corresponding to the given hour value.

Examples: datePickerHour(1) in:

  • US English: 1
  • Arabic: ٠١

Implementation

String datePickerHour(int hour);