| Title |
FormatDateTime |
| Description |
Delphi's SysUtils unit have nice function FormatDateTime for conversion from DateTimeto a String with format. Here is the inverse function:Function FormatStrToDateTime(Format, strDate : string) : TDateTime; |
Comments * (Please tell us details about the problem or what links in error..) |
|