Time Attributes

type=discordian or stardate

These attributes only makes a difference when not using part=XXX.
discordian:Discordian date ().
stardate:Stardate () has an own attribute, prec, which sets the precision.
default:

type=number, string or roman

The following attributes only makes a difference when using part=XXX.
number:The default,
string:
roman:

lang=se
When using type=string, return 'den första januari' instead of 'the first of January'. This also affects the 'part' tag, see below.

part=year, month, day, date, hour, minute, second, yday
year:The year .
month:The month.
day: The weekday, starting with Sunday.
date:The number of days since the first this month.
hour:The number of hours since midnight.
minute:The number of minutes since the last full hour.
second:The number of seconds since the last full minute.
yday:The day since the first of january.

The return value of these parts are modified by both 'type' and 'lang'.

time:
Only show the time ().

date:
Only show the date ().

capitalize:
Capitalize the string.

lower:
Lowercase the string ().

upper:
Uppercase the string ().