ފަންވަތް:FULLDATE
ނޮވެމްބަރު 29, 2024
{{FULLDATE}} returns the full or short English date at current time (UTC time, as set on the Wikipedia server).
Usage
{{FULLDATE}}
- The
type
parameter is optional and can be either:
- short: display the current month name and day of month
- medium: display the current month name, day of month, and year (default)
- long: display the current month name, day of month, year, and UTC time
- rfc-2822: displays the time in rfc-2822 format
- iso-8601: displays the time in iso-8601 format
- wiki: displays the time in wiki format
- The
time
parameter is optional, and can be used to get a date of other reference (like tomorrow etc..)
Examples
Code
Result
{{FULLDATE}}
ނޮވެމްބަރު 29, 2024
{{FULLDATE|type=short}}
ނޮވެމްބަރު 29
{{FULLDATE|type=shortish}}
ނޮވެމްބަރ. 29, 2024
{{FULLDATE|type=medium}}
ނޮވެމްބަރު 29, 2024
{{FULLDATE|type=long}}
ނޮވެމްބަރު 29, 2024 07:47:24
{{FULLDATE|type=day}}
ހުކުރު, 29 ނޮވެމްބަރު 2024
{{FULLDATE|type=longer}}
ހުކުރު, 29 ނޮވެމްބަރު 2024 07:47:24 (UTC)
{{FULLDATE|type=rfc-2822}}
Fri, 29 Nov 2024 07:47:24 +0000
{{FULLDATE|type=iso-8601}}
2024-11-29T07:47:24+00:00
{{FULLDATE|type=wiki}}
07:47:24, 29 ނޮވެމްބަރު 2024 (UTC)
{{FULLDATE|type=date}}
2024-11-29
See also
- Help:Magic words for {{CURRENTDAY}}, etc.