mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 13:38:12 +00:00
Poprawiono generowanie daty
This commit is contained in:
+5
-3
@@ -27,7 +27,7 @@ export const useStore = defineStore('store', {
|
||||
header: {
|
||||
orderNo: '1',
|
||||
trainNo: '',
|
||||
date: new Date().toLocaleDateString('pl-PL', { day: 'numeric', month: 'long' }),
|
||||
date: new Date().toLocaleDateString('pl-PL', { day: 'numeric', month: 'numeric', year: 'numeric' }) + "r.",
|
||||
},
|
||||
|
||||
orderList: [
|
||||
@@ -79,7 +79,7 @@ export const useStore = defineStore('store', {
|
||||
header: {
|
||||
orderNo: '1',
|
||||
trainNo: '',
|
||||
date: new Date().toLocaleDateString('pl-PL', { day: 'numeric', month: 'long' }),
|
||||
date: new Date().toLocaleDateString('pl-PL', { day: 'numeric', month: 'numeric', year: 'numeric' }) + "r.",
|
||||
},
|
||||
|
||||
rows: [
|
||||
@@ -141,7 +141,7 @@ export const useStore = defineStore('store', {
|
||||
orderNo: '1',
|
||||
trainNo: '',
|
||||
for: 'pociągu',
|
||||
date: new Date().toLocaleDateString('pl-PL', { day: 'numeric', month: 'long' }),
|
||||
date: new Date().toLocaleDateString('pl-PL', { day: 'numeric', month: 'numeric', year: 'numeric' }) + "r.",
|
||||
},
|
||||
|
||||
rows: [
|
||||
@@ -183,3 +183,5 @@ export const useStore = defineStore('store', {
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user