Train picker: uzupełnianie danych

This commit is contained in:
2022-11-15 17:38:34 +01:00
parent b18f268010
commit a4ae72a3cc
3 changed files with 43 additions and 10 deletions
+3
View File
@@ -0,0 +1,3 @@
export function currentFormattedDate() {
return new Date().toLocaleDateString('pl-PL', { day: 'numeric', month: 'numeric', year: 'numeric' }) + 'r.';
}