Difference between revisions of "Command/date"
< Command
Jump to navigation
Jump to search
m (→Examples) |
|||
Line 46: | Line 46: | ||
</texcode> | </texcode> | ||
− | To get a short month use < | + | To get a short month use <code>\monthshort</code> |
− | (lowercase, 25 apr 2008) or < | + | (lowercase, 25 apr 2008) or <code>\MONTHSHORT</code> (uppercase, 25 APR 2008) as follows: |
<texcode> | <texcode> | ||
Line 54: | Line 54: | ||
</texcode> | </texcode> | ||
− | It is possible to redefine the < | + | It is possible to redefine the <code>\monthshort</code> form to have a starting capital (e.g. 25 Apr 2008). Put the following in your environment file: |
<texcode> | <texcode> | ||
Line 72: | Line 72: | ||
\protect | \protect | ||
</texcode> | </texcode> | ||
− | |||
− | |||
== Example == | == Example == |
Revision as of 15:53, 11 April 2010
\date
Syntax
\date[...,...=...,...][...,...,...] | |
d | number |
m | number |
y | number |
[...,...,...] |
Description
Display a date. First optional argument specifies the date using the day (d), month (m) and year (y). If omitted the current date is assumed.
The second optional argument specifies the output format. Available fields are:
day, month, year, weekday, dd, mm, yy, jj, d, m, y, j, referral.
You can also insert delimiters between the fields (e.g. commas, spaces, see examples).
Examples
\date \date[d=25,m=4,y=2008] \date[d=25,m=4,y=2008][dd,--,mm,--,yy] \date[d=25,m=4,y=2008][weekday,month,day,{,},year]
To get a short month use \monthshort
(lowercase, 25 apr 2008) or \MONTHSHORT
(uppercase, 25 APR 2008) as follows:
\date[d=25,m=4,y=2008][day,~,{\monthshort\normalmonth},~,year] \date[d=25,m=4,y=2008][day,~,{\MONTHSHORT\normalmonth},~,year]
It is possible to redefine the \monthshort
form to have a starting capital (e.g. 25 Apr 2008). Put the following in your environment file:
\unprotect \setuplabeltext [\s!en] [\v!january :\s!mnem=Jan] \setuplabeltext [\s!en] [\v!february :\s!mnem=Feb] \setuplabeltext [\s!en] [\v!march :\s!mnem=Mar] \setuplabeltext [\s!en] [\v!april :\s!mnem=Apr] \setuplabeltext [\s!en] [\v!may :\s!mnem=May] \setuplabeltext [\s!en] [\v!june :\s!mnem=Jun] \setuplabeltext [\s!en] [\v!july :\s!mnem=Jul] \setuplabeltext [\s!en] [\v!august :\s!mnem=Aug] \setuplabeltext [\s!en] [\v!september:\s!mnem=Sep] \setuplabeltext [\s!en] [\v!october :\s!mnem=Oct] \setuplabeltext [\s!en] [\v!november :\s!mnem=Nov] \setuplabeltext [\s!en] [\v!december :\s!mnem=Dec] \protect