SQL Eval Function DateTime_Today
DateTime_Today
returns a DateTime object that is set to today's date, with the time component set to 00:00:00.
DateTime_Today() RETURNS DATETIME
Returns
A DateTime object that is set to today's date, with the time component set to 00:00:00.
Example
SELECT SQLNET::DateTime_Today()