aboutsummaryrefslogtreecommitdiffstats
path: root/help/C/calendar-layout-appointment-display.page
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2011-08-25 20:42:58 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-14 20:08:55 +0800
commit4c4b7f7b1abf3fdc22c96120af2a73324ab303be (patch)
treebf574992dbe8e04e9672e9f979a502dd3da50866 /help/C/calendar-layout-appointment-display.page
parent7e3ea7a80867302cb8070808a1ca6f765a595f75 (diff)
downloadgsoc2013-evolution-4c4b7f7b1abf3fdc22c96120af2a73324ab303be.tar
gsoc2013-evolution-4c4b7f7b1abf3fdc22c96120af2a73324ab303be.tar.gz
gsoc2013-evolution-4c4b7f7b1abf3fdc22c96120af2a73324ab303be.tar.bz2
gsoc2013-evolution-4c4b7f7b1abf3fdc22c96120af2a73324ab303be.tar.lz
gsoc2013-evolution-4c4b7f7b1abf3fdc22c96120af2a73324ab303be.tar.xz
gsoc2013-evolution-4c4b7f7b1abf3fdc22c96120af2a73324ab303be.tar.zst
gsoc2013-evolution-4c4b7f7b1abf3fdc22c96120af2a73324ab303be.zip
User docs: Add info about strftime variables
Diffstat (limited to 'help/C/calendar-layout-appointment-display.page')
-rw-r--r--help/C/calendar-layout-appointment-display.page5
1 files changed, 3 insertions, 2 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>