DateTimeCastTrait
+ Inheritance diagram for DateTimeCastTrait:

Description

Further manipulate the expression as a date-time.

Public Methods

DateTime toDateTime ()
 Interpret the expression as a datetime. More...
 

Methods

◆ toDateTime()

DateTime toDateTime ( )

Interpret the expression as a datetime.

Warning: If the expression's value is in the local timezone you should chain this with DateTime::toUTC()

SQLite:

MySQL:

  • The expression's value must conform to YYYY-MM-DD or YYYY-MM-DD hh:mm:ss
Returns
DateTime