Date.SQLDateTime
From Xojo Documentation
This item was deprecated in version 2019r2. Please use DateTime.SQLDateTime as a replacement. |
Read-Only Property (As String )
Gets and sets the date in SQL date/time format, YYYY-MM-DD HH:MM:SS. Passing a bad string will result in an UnsupportedFormatException.
Notes
This is an example of an SQL date/time: 2008-09-03 13:39:16
Sample Code
The following code displays the current SQL date/time.