forked from 0x2620/oxjs
adding some more dates
This commit is contained in:
parent
1c05a7945f
commit
1b33b7fdad
2 changed files with 32 additions and 4 deletions
|
|
@ -10913,7 +10913,7 @@ requires
|
|||
return i * 86400000;
|
||||
},
|
||||
name: function(i) {
|
||||
return Ox.formatDate(new Date(i * 86400000), '%a, %b %e, %Y');
|
||||
return Ox.formatDate(new Date(i * 86400000), '%b %e, %Y');
|
||||
},
|
||||
value: function(date) {
|
||||
return Math.floor(date / 86400000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue