diff --git a/services/web/app/src/Features/Subscription/SubscriptionFormatters.js b/services/web/app/src/Features/Subscription/SubscriptionFormatters.js index 740b2ba703..0490d8045a 100644 --- a/services/web/app/src/Features/Subscription/SubscriptionFormatters.js +++ b/services/web/app/src/Features/Subscription/SubscriptionFormatters.js @@ -40,6 +40,6 @@ module.exports = { if (!date) { return null } - return dateformat(date, 'dS mmmm yyyy') + return dateformat(date, 'mmmm dS, yyyy h:MM TT Z', true) }, }