Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit aab5654

Browse files
date format change
1 parent 860ef20 commit aab5654

File tree

1 file changed

+2
-2
lines changed
  • src/containers/App/Backend/Access/Users

1 file changed

+2
-2
lines changed

‎src/containers/App/Backend/Access/Users/View.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class View extends Component {
156156
<strong>Created On: </strong>
157157
</Label>
158158
<Col xs="6" md="6" className="centered-checkbox">
159-
{new Date(user.created_at).toLocaleString('en-US')}
159+
{new Date(user.created_at).toMediumDate()}
160160
</Col>
161161
</FormGroup>
162162
</Col>
@@ -171,7 +171,7 @@ class View extends Component {
171171
<strong>Updated On: </strong>
172172
</Label>
173173
<Col xs="6" md="6" className="centered-checkbox">
174-
{new Date(user.updated_at).toLocaleString('en-US')}
174+
{new Date(user.updated_at).toMediumDate()}
175175
</Col>
176176
</FormGroup>
177177
</Col>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /