You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
In ditto v2.1.1 it was possible to retrieve both values of a date field: [[Ditto? &dateSource='myunixtime' &dateFormat='%d.%m' … &hiddenFields='myunixtime' …]]
in the related ditto template I could retrieve
[+date+] //the formated value of myunixtime
[+myunixtime+] //the unformatted timestamp
In current Ditto v2.1.3 – [+myunixtime+] is empty. Is this the intended behaviour?