Inverse function of FormatDateTime
Posted
by Salvador
on Stack Overflow
See other posts from Stack Overflow
or by Salvador
Published on 2010-03-23T20:42:51Z
Indexed on
2010/03/23
20:53 UTC
Read the original article
Hit count: 203
delphi
i am looking an funtion to reverse any string (YYYYMDD
,YY/MM/DD
,YYMMDD
,...) created by the function FormatDateTime to datetime.
example
i have a string-date in format YYYYMMDD
created by FormatDateTime
mydatestr:=FormatDateTime('YYYYMMDD',Mydate);
now how i can convert mydatestr to DateTime
again?
© Stack Overflow or respective owner