fromDate method
Creates a new timestamp from the given date.
@param date The date to initialize the Timestamp
from.
@return A new Timestamp
representing the same point in time as the
given date.
Implementation
external Timestamp fromDate(Date date);