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?
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 timestampIn current Ditto v2.1.3 – [+myunixtime+] is empty. Is this the intended behaviour?