Hi,
Can anyone tell me how can I convert string (text) to date format.
I need it for the following code:
SETRANGE("Posting Date",0D,FORMAT(RequestOptionsForm."Status Date"));
In other words I want to take the current value from the control "Status date" in Request Form.
10x in advance.
Dekito
0
Answers
If the variable is of type Date, the system does the conversion without you having to do anything. If you must use a text type use the EVALUATE function to convert a string to whatever datatype you need.
Regards,
chandru.