We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ebf5b commit 453917dCopy full SHA for 453917d
data.coffee
@@ -18,7 +18,7 @@ lastTwitterFetchResult = {}
18
determineDate = (start, end) ->
19
start = moment(new Date start)
20
end = moment(new Date end)
21
- date = start.format('dddd, MMM, Do')
+ date = start.format('dddd, MMM Do')
22
23
return date if start.diff(end, 'days') == -1
24
0 commit comments