Skip to content
Snippets Groups Projects
Commit 2abab18a authored by Tomáš's avatar Tomáš
Browse files

fix month

parent fd6fabf1
Branches
No related tags found
No related merge requests found
Pipeline #10568 passed
......@@ -190,7 +190,7 @@ const fillCanvas = async () => {
const formattedBirthDate = (
birthDate.getDate()
+ ". "
+ birthDate.getMonth() + 1
+ (birthDate.getMonth() + 1)
+ ". "
+ birthDate.getFullYear()
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment