DateTimeToSQLDate function
MySQL String routines
Return to Introduction  Previous page  Next page
Unit
acUtils  

Declaration
function DateTimeToSQLDate(const Value: TDateTime): String;  

Description
Converts TDateTime value to SQL date format (YYYY-MM-DD).  

See also
SQLDateTimeToDateTime, DateTimeToSQLDateTime, DateTimeToSQLDate and DateTimeToSQLTime functions.