4 <basefont size="4" color="#2F4958" face="arial">
6 <H1>Entry time stamps</H1>
8 This feature can be toggled and configured under <b>Preferences -> General</b>.
10 <p>JabRef can automatically set a field to contain the date an entry was added to the database.
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.
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):
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>
28 These designators can be combined along with punctuation and whitespace. A couple of examples:
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>