App weiterentwickelt

This commit is contained in:
2026-08-06 08:20:32 +00:00
parent 94fae5ebfe
commit 4d232d718f
21 changed files with 717 additions and 32 deletions
@@ -0,0 +1,7 @@
INSERT INTO Bildschirmbuchung (Name, Von, Bis, Wo)
VALUES (
{{ Input1.text }},
{{ moment(DatePicker2.formattedDate, "DD/MM/YYYY").format("YYYY-MM-DD") }},
{{ moment(Datepicker1.formattedDate, "DD/MM/YYYY").format("YYYY-MM-DD") }},
{{ Input2.text }}
);