i know maybe my question so easy but i have utcdatetime control and i want use it to calculate and convert it to date type on my code
control name is (EmpStartDate) from type utcdatetime
so i write this but still give me error how can i convert that control from utcdatetime to date and here's my code
date startdate = EmpStartDate;
i did even this
date startdate = DateTimeUtil::date(EmpStartDate);
but i got this error
Argument 't' is incompatible with the required type.
*This post is locked for comments
I have the same question (0)