Files
Sitzplatzbuchungstool/pages/Mobiler Bildschirm/queries/Query2/Query2.txt
T
2026-08-06 08:20:32 +00:00

7 lines
259 B
Plaintext

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 }}
);