jbpelletier
Programmer
Do there is something, in delphi, to know if a string is a valid date.
im looking for something that looks like:
mydate:string;
if isdate(mydate) then .....
or
if mydate.isdate() then ....
jb
im looking for something that looks like:
mydate:string;
if isdate(mydate) then .....
or
if mydate.isdate() then ....
jb