Forum Discussion
MrunaliKadam
Qrew Trainee
Great! thank you Mark!
However, Field type of Input Date field is date/time. Could you please help with it?
------------------------------
Mrunali Kadam
------------------------------
However, Field type of Input Date field is date/time. Could you please help with it?
------------------------------
Mrunali Kadam
------------------------------
MarkShnier__You
3 years agoQrew Legend
OK, a bit more complicated ....
var date NewDate = WeekdayAdd(ToDate([date & time field]),2);
var timeofday TOD = ToTimeOfDay([date & time field]);
ToTimestamp($NewDate, $TOD)
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
var date NewDate = WeekdayAdd(ToDate([date & time field]),2);
var timeofday TOD = ToTimeOfDay([date & time field]);
ToTimestamp($NewDate, $TOD)
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
- MrunaliKadam3 years agoQrew TraineePerfect. It worked!
As always thank you very much for the quick turnaround :)
------------------------------
Mrunali Kadam
------------------------------