is a date

trevix info at trevix.it
Fri Oct 20 11:43:14 EDT 2017


How about this:

function IsDate pDate, pSysDate

if pSysDate then

put char 3 of the short system dateformat into tDelimiter

else

put char 3 of the short dateformat into tDelimiter

end if

if tDelimiter is in pDate and pDate is a date then return true

return false

end IsDate

trevix


More information about the use-livecode mailing list