toDate method

Date toDate()

Returns a new Date corresponding to this timestamp. This may lose precision.

@return JavaScript Date object representing the same point in time as this Timestamp, with millisecond precision.

Implementation

external Date toDate();