From Clomosy Docs

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 December 2024

13 November 2024

8 October 2024

12 February 2024

27 February 2023

  • curprev 12:1712:17, 27 February 2023ClomosyManager talk contribs 392 bytes +2 No edit summary
  • curprev 12:0112:01, 27 February 2023ClomosyManager talk contribs 390 bytes +390 Created page with "The DateTimeToStr function converts a DateTime value to a formatted string of date and time.<br> function DateTimeToStr(DateTime TDateTime):string; '''Example:'''<br> '''var''' myDate : TclDateTime;<br> '''begin''' myDate := StrToDateTime(Now); ShowMessage('Middle of a day = '+'''DateTimeToStr'''(myDate)); '''end;''' '''Output:'''<br> Middle of a day = 27.02.2023 14:59:01"
Retrieved from "http:///DateTimeToStr"