- enabled fiscal code field for flow 2;

This commit is contained in:
Vitalii Kiiko
2024-12-02 11:12:30 +01:00
parent 1cf9926f0a
commit 92ac388a5b
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
* @return {string}
*/
const formatDateString = (date) => {
console.log('date', date);
const year = date.getFullYear();
const month = String(date.getMonth() + 1).padStart(2, '0');
const day = String(date.getDate()).padStart(2, '0');