Skip to content

Commit a584d34

Browse files
Update general-date.js
1 parent a352eff commit a584d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/helpers/general-date.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import moment from 'moment';
33

44
export function generalDate(params) {
55
const timezone = params[1] || moment.tz.guess();
6-
const format = params[2] || 'D MMM, YYYY h:mm A (z)';
6+
const format = params[2] || 'h:mm A, MMMM Do YYYY (z)';
77
return moment(params[0]).tz(timezone).format(format);
88
}
99

0 commit comments

Comments
 (0)