Custom Time Format Notation
| ▪ | h = hour |
| ▪ | m = minute |
| ▪ | s = second |
| ▪ | t = AM or PM |
| ▪ |
| ▪ | h (lower case) = 12 hr time |
| ▪ | H (upper case) = 24 hr time |
| ▪ |
| ▪ | hh mm ss (upper or lower case) = leading zeros included |
| ▪ | h m s (upper or lower case) = no leading zeros included |
Time separator characters are not automatically included in custom formats
All other characters will be displayed as entered in the position placed
Examples for time = 8:30pm
| ▪ | h:m:s = 8:30:## |
| ▪ | H:mm = 20:30 |
| ▪ | hh:mm tt = 08:30 PM |