Difference between revisions of "ScriptCore3.StrToDate"
m (→Description) |
m (→Description) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | '''function StrToDate(const s: string): TDateTime;''' | |
| − | + | s: string to be converted | |
| − | + | Result: date in a [[TDateTime]] format | |
==Description== | ==Description== | ||
This function will try to convert "''yyyy-mm-dd''" string into [[TDateTime]] format. | This function will try to convert "''yyyy-mm-dd''" string into [[TDateTime]] format. | ||
| − | {{bug| | + | {{bug|doesn't really work (Bug no. 401)}} |
| − | |||
[[Category:Functions]] | [[Category:Functions]] | ||