Module:Date/doc: Difference between revisions

Content deleted Content added
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 46:
|}
 
The following formatting codes (similar to [[Wikipedia:strftime|strftime]]) are available.
{| class="wikitable"
! Code !! Result
Line 164:
== Julian date ==
 
The following has an example of converting a [[Wikipedia:Julian day|Julian date]] to a date, then obtaining information about the date.
<syntaxhighlight lang="lua">
-- Code -- Result