wm.tn.util:longToSqlTimestamp
Converts a java.lang.long value to java.sql.Timestamp.
Input Parameters
longValue | String The java.lang.long value that you want to convert to a java.sql.Timestamp object. |
Output Parameters
timestamp | Object List The converted java.sql.Timestamp value. |
Usage Notes
This service uses the java.sql.Timestamp.Timestamp constructor. It constructs a timestamp object using a milliseconds time value. This will not throw any Exception.