App weiterentwickelt
This commit is contained in:
@@ -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 }}
|
||||
);
|
||||
Reference in New Issue
Block a user