File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ export default {
34
34
value: ' yyyy-MM-dd' ,
35
35
},
36
36
{
37
- text: ' dsu MMM yyyy - e.g 12th Feb 2016' ,
38
- value: ' dsu MMM yyyy' ,
37
+ text: ' do MMM yyyy - e.g 12th Feb 2016' ,
38
+ value: ' do MMM yyyy' ,
39
39
},
40
40
{
41
- text: ' D dsu MMM yyyy - e.g Sat 12th Feb 2016' ,
42
- value: ' D dsu MMM yyyy' ,
41
+ text: ' E do MMM yyyy - e.g Sat 12th Feb 2016' ,
42
+ value: ' E do MMM yyyy' ,
43
43
},
44
44
{
45
45
text: ' dd.MM.yyyy - 20.12.2019' ,
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ NB. This is not very robust at all - use at your own risk! Needs a better implem
8
8
| -------| ------------------------| -------------|
9
9
| d | day | 1 |
10
10
| dd | 0 prefixed day | 01 |
11
- | D | abbr day | Mon |
12
- | su | date suffix | st, nd, rd |
11
+ | E | abbr day | Mon |
12
+ | o | date suffix | st, nd, rd |
13
13
| M | month number (1 based) | 1 (for Jan) |
14
14
| MM | 0 prefixed month | 01 |
15
15
| MMM | abbreviated month name | Jan |
You can’t perform that action at this time.
0 commit comments