Time setup

This profile flag describes how to set Am and PM according to user preferences.

Flag Options:

  • No Preferences
  • AM-PM
  • am - pm 
  • A.M. - P.M.
  • a.m. - p.m.

Examples are shown below:

None: It does not include AM or PM after mentioned time. It is useful for a 24 hour time format.

upper_plain: It carries AM or PM after mentioned time in upper case without periods in between. 

                 Example: 09:23 AM

lower_plain: It carries AM or PM after mentioned time in lower case without periods in between.

                 Example: 09:23 am

upper_periods: It carries AM or PM after mentioned time in upper case with periods in between.

                 Example: 09:23 A.M.

lower_periods: It carries AM or PM after mentioned time in lower case with periods in between.

                 Example: 09:23 a.m.