This commit is contained in:
Adam Shaw
2009-11-22 16:21:12 -08:00
parent 129bb4fba7
commit cff1709664
23 changed files with 3196 additions and 389 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ var dateFormatters = {
var date = d.getDate();
if (date > 10 && date < 20) return 'th';
return ['st', 'nd', 'rd'][date%10-1] || 'th';
},
}
};