diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-06 17:19:21 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-06 17:19:21 +0000 |
| commit | ccb596debb7bfd9c49b7d9baea8beb4aed6e7760 (patch) | |
| tree | ecd00613515aab629db252e1588e07d1afe37e2a /app | |
| parent | a43b0458a383562c77ca8db9ec2da6a14cfa3d4f (diff) | |
| download | mullvadvpn-ccb596debb7bfd9c49b7d9baea8beb4aed6e7760.tar.xz mullvadvpn-ccb596debb7bfd9c49b7d9baea8beb4aed6e7760.zip | |
Update date format
Diffstat (limited to 'app')
| -rw-r--r-- | app/components/Account.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Account.js b/app/components/Account.js index bb8236bc4c..d3faea5c96 100644 --- a/app/components/Account.js +++ b/app/components/Account.js @@ -27,7 +27,7 @@ export default class Account extends Component { render() { let paidUntil = moment(this.props.user.paidUntil); let formattedAccountId = formatAccount(this.props.user.account); - let formattedPaidUntil = paidUntil.format('LLLL'); + let formattedPaidUntil = paidUntil.format('hA D MMMM YYYY'); let isOutOfTime = paidUntil.isSameOrBefore(moment()); return ( |
