Hinzufügen von Beschriftungen mit schreibgeschütztem PSPDF Kit-Textformularfeld. Statische PSPDF-Kit-Instanz erstellt.
This commit is contained in:
@@ -52,6 +52,5 @@ function locale_date_dd_mm_yyyy() {
|
||||
const day = String(today.getDate()).padStart(2, '0');
|
||||
const month = String(today.getMonth() + 1).padStart(2, '0');
|
||||
const year = String(today.getFullYear()).slice(-4);
|
||||
console.log(`${day}/${month}/${year}`)
|
||||
return `${day}/${month}/${year}`;
|
||||
}
|
||||
Reference in New Issue
Block a user