Changes date example in isotime

The example of using 1506 doesn't make much sense since 15 is the hour and 06 is the year. 
Using HHMM is a more intuitive example
This commit is contained in:
Spencer Owen 2015-04-09 14:43:12 -06:00
parent b49d74d999
commit 59499426b0

View File

@ -116,7 +116,7 @@ Formatting for the function `isotime` uses the magic reference date
isotime = June 7, 7:22:43pm 2014
{{isotime "2006-01-02"}} = 2014-06-07
{{isotime "Mon 1506"}} = Sat 1914
{{isotime "Mon 1504"}} = Sat 1922
{{isotime "01-Jan-06 03\_04\_05"}} = 07-Jun-2014 07\_22\_43
{{isotime "Hour15Year200603"}} = Hour19Year201407
```