Converts a String object in JDBC timestamp escape format to a JsTimestamp value.
Converts a String object in JDBC timestamp escape format to a JsTimestamp value.
timestamp in format yyyy-[m]m-[d]d hh:mm:ss[.f...]. The fractional seconds may be omitted. The leading zero for mm and dd may also be omitted.
Constructs a JsTimestamp object using the milliseconds from the epoch.
Constructs a JsTimestamp object using the milliseconds from the epoch.
milliseconds since January 1, 1970, 00:00:00 GMT. A negative number is the number of milliseconds before January 1, 1970, 00:00:00 GMT.
Lifts a java.util.Date object to a JsTimestamp value.