D7 API documentation
What's New
Modules
Main module in old core
addSecondsToDateTime
castToChar
convertDateField
convertDatetimeField
convertStringField
forSql
formatDate
getAliasLength
getCharToDateFunction
getColumnTypeByField
getConcatFunction
getConverter
getCurrentDateFunction
getCurrentDateTimeFunction
getDateToCharFunction
getDatetimeToDateFunction
getFieldByColumnType
getIsNullFunction
getLeftQuote
getLengthFunction
getQueryDelimiter
getRightQuote
getSubstrFunction
getTopSql
prepareMerge
softCastTextToChar
getCharToDateFunction
string public \Bitrix\Main\DB\MssqlSqlHelper::getCharToDateFunction( string $value );function
This non-static method returns SQL function to convert string value into datetime.
Parameter $value
is SQL unsafe.
Parameters
Parameter | Description | Version |
---|---|---|
$value | String in YYYY-MM-DD HH:MI:SS format. |
See Also
Examples
© «Bitrix24», 2001-2024
Up