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