blob: 4d6f411bb64f72016e25d7c0a278be14e083c5ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
datetime.sty history
Version 2.60:
* datetime.sty:
- Fixed bug in \amorpmname
* dt-welsh.def:
- Removed "a viz"
* dt-croatian.def:
- Changed "studenog" to studenoga" to keep in line with babel
Added some more week day name translations provided by various
people
Version 2.59:
* Made \ordinaldate robust.
* Renamed \ifleapyear to \ifDTleapyear to help avoid name clash
with other packages. (If \ifleapyear hasn't been defined,
it's defined to \ifDTLleapyear for backward compatibility.)
* New: \DTifDefLoaded, \DTloadDefIfNotLoadedButExists
* Added Croatian days of the week (supplied by Ivan Kokan).
Version 2.58:
* Added Polish days of the week (supplied by Piotr Kempa).
* Fixed bug that caused some of the def files to be truncated when
unpacked from the dtx file.
* Added \loadDTdef to ensure dt-*.def files are only loaded once.
Version 2.57:
* Added Romanian days of the week (supplied by Daniel Dumitriu).
Version 2.56:
* Added \formattime. (Specific times can now be displayed in
the same format as \currenttime)
* Added new date format yyyymmdd
* Added new time format hhmmss
* Added new package option "iso"
* datetime package options now override babel's date format
* Moved definition of \newdateformat and \newtimeformat before
configuration file is loaded.
Version 2.55:
* fixed bug preventing multilingual support
* fixed copyright text
Version 2.54: added check for british babel setting.
Version 2.53: added checks for UKenglish and USenglish.
Version 2.52: fixed bug in \textdate arising from change in
fmtcount internals.
Version 2.51: fixed time between midnight and 1am
Version 2.5: Added (n)german week day names (thanks to Uwe Bieling)
for supplying this. Fixed minor bugs.
Version 2.49: Fixed some of the multilingual problems, tidied up
code documentation
Version 2.48: Fixed bug in \pdfdate
Version 2.47: Defined \ier if it doesn't already exist.
Version 2.46: Made \today robust.
Version 2.45: Added command to store dates.
Version 2.44: Fixed spelling mistakes (oops!) and minor
bugs in LaTeX2HTML style files
New to version 2.43: Package now compatible with
LaTeX2HTML
New to version 2.42: Package now compatible with babel.
New to version 2.41: Package has been split into two
files: datetime.sty and fmtcount.sty. The latter file
contains the definitions for all the macros that display
the value of a counter (e.g. \ordinal, \octal).
Extra macro \decimal added (like \arabic, but can pad it
with leading zeroes.)
New to version 2.4: New commands: \binary, \octal,
\hexadecimal, \aaalph, \abalph, \Hexadecimal, \AAAlph
and \ABAlph. Added provision for configuration
file datetime.cfg.
New to version 2.31: The command \pdfdate has been added
(minor bug fixed in version 2.32)
New to version 2.3: The command \newtimeformat can be
used to define new time formats. Added the command
\currenttime
New to version 2.2: The command \newdateformat can be
used to define new date formats in addition to the ones
provided by this package.
see accompanying README file for license and installation
information.
http://www.dickimaw-books.com/
|