Skip to content

Conversation

La0
Copy link
Contributor

@La0 La0 commented Jul 31, 2019

@La0 La0 added bug Something isn't working frontend Javascript Frontend labels Jul 31, 2019
@La0 La0 requested a review from marco-c July 31, 2019 13:46
@La0 La0 self-assigned this Jul 31, 2019
let date = new Date(timestamp);
return date.getDate() + '/' + date.getMonth() + '/' + date.getFullYear();
let month = date.getMonth() + 1;
return date.getDate() + '/' + month + '/' + date.getFullYear();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: you could use a template string

@La0 La0 merged commit 5e106b5 into mozilla:master Aug 5, 2019
@La0 La0 deleted the fix-month branch September 10, 2019 09:21
La0 pushed a commit to La0/code-coverage that referenced this pull request Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend Javascript Frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants