Class Val.Date
- Description
Lightweight date type. Stores internally in days since epoch. Supports arithmetic with Interval, Timestamp, Time and TimeTZ objects. Cast it to
intorfloatto obtain unix_time.- See also
- Method
create
Val.Date Val.Date(intyear,intmonth,intday)
Val.Date Val.Date(this_programcopy)
Val.Date Val.Date(Timestampcopy)
Val.Date Val.Date(mapping(string:int)tm)
Val.Date Val.Date(intunix_time)
Val.Date Val.Date(floatunix_time)
Val.Date Val.Date()