From Jason Turner

[locale.time.get.dogetdate]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmphz73n20y/{from.md → to.md} +10 -0
tmp/tmphz73n20y/{from.md → to.md} RENAMED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ **Table: `do_get_date` effects** <a id="locale.time.get.dogetdate">[locale.time.get.dogetdate]</a>
2
+
3
+ | `date_order()` | Format |
4
+ | -------------- | ---------- |
5
+ | `no_order` | `"%m%d%y"` |
6
+ | `dmy` | `"%d%m%y"` |
7
+ | `mdy` | `"%m%d%y"` |
8
+ | `ymd` | `"%y%m%d"` |
9
+ | `ydm` | `"%y%d%m"` |
10
+