Method toString()
Return type: java.lang.String
Member of: java.sql.Timestamp
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 writeString(o.toString());
2 String stmt = StatementDate.toString().substring(0,10);
3 Log.trace(Log.l1_User, "Calendar", startTS==null ? "null" : startTS.toString() + " " + displayType);
4 String tsString = ts.toString().substring(0, 19);
5 OnFieldChanged(lName,lDateOld.toString(),getApplication().getDateFormatter().format(lDateReturn));
6 String lockedTime = entityCopy.getTimestamp(ModelEntity.STAMP_FIELD).toString();
7 colVal = td.toString();
8 String ts = (new Timestamp(System.currentTimeMillis())).toString();
9 tuple[1] = conn.getEncoding().encode( timestampArray[i].toString() ); // Value
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.