Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Timeformat: Difference between revisions

From MoodleDocs
No edit summary
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
}}
}}


{{Managing a Moodle site}}
==Timeformat settings==
==Timeformat settings==
Administrator can change the following location settings in ''Settings > Site administration > Advanced features > Time display format''.
Administrator can change the following location settings in ''Settings > Site administration > Location > Location settings > Time display format''.
User can change the timeformat setting in ''my profile settings > edit profile > timeformat''.
User can change the timeformat setting in ''my profile settings > edit profile > timeformat''.


Line 24: Line 23:


====12 hours format====
====12 hours format====
Hour is display between 0-12.  An example for displaying the time for 3 O'clock in the afternoon is 3:00 pm.
Hour is display between 0-12.  In addition, this format will also display the AM/PM time definition.  An example for displaying the time for 3 O'clock in the afternoon is 3:00 pm.


====24 hours format====
====24 hours format====

Latest revision as of 09:05, 21 September 2012

Timeformat
Project state In Development
Tracker issue http://tracker.moodle.org/browse/MDL-11094
Discussion
Assignee Rossiani Wijaya


Timeformat settings

Administrator can change the following location settings in Settings > Site administration > Location > Location settings > Time display format. User can change the timeformat setting in my profile settings > edit profile > timeformat.

Timeformat options

There are three options available for displaying timeformat:

  1. Default
  2. 12 hours
  3. 24 hours

Default format

The default value for timeformat is specify according to the language that used to display the content for the site.

Both site and user setting is automatically assign to Default value.

12 hours format

Hour is display between 0-12. In addition, this format will also display the AM/PM time definition. An example for displaying the time for 3 O'clock in the afternoon is 3:00 pm.

24 hours format

Hour is display between 0-24. An example for displaying the time for 3 O'clock in the afternoon is 15:00.

Hierarchy for timeformat

If user specify their timeformat setting, it would overwrite the site setting.