More posters

This commit is contained in:
Mark McDowall 2013-04-23 22:53:44 -07:00
commit 4878556e14
3 changed files with 65 additions and 20 deletions

View file

@ -21,5 +21,9 @@ function bestDateString(sourceDate) {
return date.format('{Weekday}');
}
if (date.isAfter(Date.create().addDays(6))) {
return date.relative().replace(' from now', '');
}
return date.format('{MM}/{dd}/{yyyy}');
}