Difference between revisions of "ScriptCore3.DateToStr"

From Soldat Community Wiki
Jump to: navigation, search
(new page)
 
(No difference)

Latest revision as of 09:23, 25 August 2013

 function DateToStr(D: TDateTime): string;
D: TDateTime to be converted
Result: date as a string

Description

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