When you say field, every one here assumed it is a field in your table or database. By any chance do you mean that the variable which holds a data field (a field of a table).
If it is variable, you can try..
myDateVariable = CTOD("")
or
myDateVariable = {}
or
myDateVariable = {//::}
ok, if you have "argument mismatch" error
- now it's time to make sure you have indeed date field...
Check first this:
a={}
?type("a")
-- types D
a={/:}
?type("a")
-- types T
Now, what type is your field?
?type("your.field")
???
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.