datetime from dt(date, time)datetime Type: (Date, Time) -> DateTime

Creates a DateTime from the given Date and Time.

ExamplesClick an example to insert it
datetime from dt(from text("2001-02-03"), from text("04:56"))from text("2001-02-03 04:56")