ScriptCore3.StrToDate

From Soldat Community Wiki
Revision as of 09:23, 26 August 2013 by Mighty (talk | contribs) (Description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
function StrToDate(const s: string): TDateTime;
 s: string to be converted
 Result: date in a TDateTime format

Description

This function will try to convert "yyyy-mm-dd" string into TDateTime format.

Bug: doesn't really work (Bug no. 401)