Hallo
Das Datum und Uhrzeit ist das selbe . Memento rechnet von 1.1.1970 00:00 die Vergangen Millisekunde und zeigt diese and Datum ( in Datumsfelt ) oder als Uhrzeit ( in Datum Uhrzeit ) an . Für das Aktuelle datum / Uhrzeit verwendt " Date.now() " . Also im Skript : entry().set("Datum",Date.now())
Hello
The date and time are the same. Memento calculates the elapsed milliseconds from 00:00 on January 1, 1970, and displays them as a date (in the date field) or as a time (in the date/time field). For the current date/time, use "Date.now()." So, in the script: entry().set("Date",Date.now())
Ernst