We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a352eff commit a584d34Copy full SHA for a584d34
app/helpers/general-date.js
@@ -3,7 +3,7 @@ import moment from 'moment';
3
4
export function generalDate(params) {
5
const timezone = params[1] || moment.tz.guess();
6
- const format = params[2] || 'D MMM, YYYY h:mm A (z)';
+ const format = params[2] || 'h:mm A, MMMM Do YYYY (z)';
7
return moment(params[0]).tz(timezone).format(format);
8
}
9
0 commit comments