1
0
Fork 0
forked from 0x2620/oxjs

adding some more dates

This commit is contained in:
rlx 2011-04-20 12:44:11 +00:00
commit 1b33b7fdad
2 changed files with 32 additions and 4 deletions

View file

@ -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);