I have a string field {Table.AdmitDTM} with strings like "2003-07-17 17:23:00.000".
I need to calculate the difference in days against the CurrentTime. However the DateTimeValue will not take {Table.AdmitDTM} as one of its parameters. So how do I convert the filed into a DateTime data type, OR is there another way to accomplishe the calculation?
I need to calculate the difference in days against the CurrentTime. However the DateTimeValue will not take {Table.AdmitDTM} as one of its parameters. So how do I convert the filed into a DateTime data type, OR is there another way to accomplishe the calculation?