Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
quote:
Originally posted by: Daverms
Hi,
Have you tried the "CheckPattern" udf?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
quote:
Originally posted by: dongzky
i want to check an object if it is a date object just as i want to check a variable if it is of float data type or not. Something like it.
the isdate doesn't give me what i wanted since even if i input this as a string "2008-07-11", it still gives me true, Isdate just tests if that string can be converted to a date.
scenario:
if i manualy type "2008-07-11", this is just a string and not a date object.
if i say createdate(2008,7,11), this is a date object.
I hope I make sense on this. Thanks.