st_toTimestamp method
Converts the date to a timestamp string.
Implementation
String st_toTimestamp() {
return SuperTime.toTimestamp(this);
}
Converts the date to a timestamp string.
String st_toTimestamp() {
return SuperTime.toTimestamp(this);
}