[svn-inject] Installing original source of jabref
[debian/jabref.git] / src / help / TimeStampHelp.html
1 <HTML>
2
3 <BODY text="#275856">
4 <basefont size="4" color="#2F4958" face="arial">
5
6 <H1>Entry time stamps</H1>
7
8 This feature can be toggled and configured under <b>Preferences -> General</b>.
9
10 <p>JabRef can automatically set a field to contain the date an entry was added to the database.
11
12 <H2>Formatting</H2>
13
14 The formatting of the time stamp is determined by a string containing designator words that indicate
15 the position of the various parts of the date.
16 <p>
17 These are some of the available designator letters (examples are given in parentheses for
18 Wednesday 14th of September 2005 at 5.45 PM):
19 <ul>
20     <li><b>yy</b>: year (05)</li>
21     <li><b>yyyy</b>: year (2005)</li>
22     <li><b>MM</b>: month (09)</li>
23     <li><b>dd</b>: day in month (14)</li>
24     <li><b>HH</b>: hour in day (17)</li>
25     <li><b>mm</b>: minute in hour (45)</li>
26 </ul>
27
28 These designators can be combined along with punctuation and whitespace. A couple of examples:
29
30 <ul>
31 <li><b>yyyy.MM.dd</b> gives <b>2005.09.14</b></li>
32 <li><b>yy.MM.dd</b> gives <b>05.09.14</b></li>
33 <li><b>yyyy.MM.dd HH:mm</b> gives <b>2005.09.14 17:45</b></li>
34 </ul>
35
36 </BODY>
37 </HTML>