We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08429a commit eebfd8dCopy full SHA for eebfd8d
1 file changed
app/components/Ticket.js
@@ -58,7 +58,7 @@ const Ticket = ({ offset = 8 }) => {
58
59
let [ da, mo, y ] = [
60
d.getDate(),
61
- d.getMonth(),
+ d.getMonth() + 1,
62
d.getFullYear()
63
].map(el => String(el).padStart(2, '0'))
64
0 commit comments