Hi.
I've done my best in the help and searching this form, but can't quite figure out how to get a date and a time from FieldRefs. I can get the text value with FORMAT, but I need to get the values out of date & time fieldrefs into date & time variables.
Any quick pointers?
Thanks in advance.
0
Answers
And it is the same for all other fields.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
EVALUATE(DateVar,FORMAT(DateFieldRef));
EVALUATE(TimeVar,FORMAT(TimeFieldRef));
Thanks!