diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-08-25 20:42:58 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:08:55 +0800 |
commit | 4c4b7f7b1abf3fdc22c96120af2a73324ab303be (patch) | |
tree | bf574992dbe8e04e9672e9f979a502dd3da50866 /help | |
parent | 7e3ea7a80867302cb8070808a1ca6f765a595f75 (diff) | |
download | gsoc2013-evolution-4c4b7f7b1abf3fdc22c96120af2a73324ab303be.tar.gz gsoc2013-evolution-4c4b7f7b1abf3fdc22c96120af2a73324ab303be.tar.zst gsoc2013-evolution-4c4b7f7b1abf3fdc22c96120af2a73324ab303be.zip |
User docs: Add info about strftime variables
Diffstat (limited to 'help')
-rw-r--r-- | help/C/calendar-layout-appointment-display.page | 5 | ||||
-rw-r--r-- | help/C/mail-change-time-format.page | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/help/C/calendar-layout-appointment-display.page b/help/C/calendar-layout-appointment-display.page index f15d0d3d3d..9218669078 100644 --- a/help/C/calendar-layout-appointment-display.page +++ b/help/C/calendar-layout-appointment-display.page @@ -6,7 +6,7 @@ <link type="guide" xref="calendar-layout" /> - <revision pkgversion="3.0.2" version="0.2" date="2011-07-30" status="final"/> + <revision pkgversion="3.0.2" version="0.3" date="2011-08-25" status="final"/> <credit type="author"> <name>Andre Klapper</name> <email>ak-47@gmx.net</email> @@ -46,7 +46,8 @@ <section id="date-time"> <title>Date/Time Format</title> -<p>You can change the format of the <gui>Date</gui> column by setting your preferred format.</p><p>The placeholders in the format expression are strftime variables.</p> +<p>You can change the format of the <gui>Date</gui> column by setting your preferred format.</p> +<p>The placeholders in the format expression are strftime formats. For a complete list of available strftime formats, run <code>date --help</code> in a terminal window.</p> </section> </page> diff --git a/help/C/mail-change-time-format.page b/help/C/mail-change-time-format.page index eda423912f..c4e157bf2c 100644 --- a/help/C/mail-change-time-format.page +++ b/help/C/mail-change-time-format.page @@ -5,7 +5,7 @@ <desc>Changing the date and time format in the message list.</desc> <link type="guide" xref="mail-layout-changing" /> - <revision pkgversion="2.32.2" version="0.1" date="2011-07-22" status="draft"/> + <revision pkgversion="2.32.2" version="0.2" date="2011-08-25" status="draft"/> <credit type="author"> <name>Andre Klapper</name> <email>ak-47@gmx.net</email> @@ -17,7 +17,7 @@ </info> <title>Format of dates and time</title> -<p>You can change the format of the <gui>Date</gui> column by setting your preferred format under <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Mail Preferences</gui><gui>Headers</gui><gui>Date/Time format</gui></guiseq>.</p><p>The placeholders in the format expression are strftime variables.</p> -<!-- TODO:POST-3-2: Where to get a list of strftime variables? --> +<p>You can change the format of the <gui>Date</gui> column by setting your preferred format under <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Mail Preferences</gui><gui>Headers</gui><gui>Date/Time format</gui></guiseq>.</p> +<p>The placeholders in the format expression are strftime formats. For a complete list of available strftime formats, run <code>date --help</code> in a terminal window.</p> <!-- TODO: Time formats settings for Calendar (calendar-layout-appointment-display), Contacts (Edit>Prefs>Contacts) are split everywhere, probably introduce a guide page linking to these three pages --> </page> |