扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.sql类timestamp的类成员方法: tostring定义及介绍
发布时间:2014-2-17
本文导语:
tostring
public string tostring()
使用 jdbc 时间戳转义格式编排时间戳。yyyy-mm-dd hh:mm:ss.fffffffff,其中 ffffffffff 指示毫微秒。
覆盖:类 date 中的 tostring
返回:使用 yyyy-mm-dd hh:mm:ss.fffffffff 格式的 string 对象另请参见:date.tolocalestring...