string public
\Bitrix\Main\DB\SqlHelper::getDatetimeToDateFunction(
string $value
);
This non-static method returns SQL function passing $value
to the database Date/Time
type.
$value
is SQL unsafe.
Parameters
Parameter | Description | Version |
$value | Database field and expression to be passed. | |
Examples