亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

java.sql.Timestamp拋出異常

java.sql.Timestamp拋出異常

慕桂英3389331 2019-03-13 18:15:15
使用下面代碼獲取當前時間:import java.sql.Timestamp; public class TimeFormat {         public static Timestamp getCurrentDateAndTime()         {             String strFormat = new String("yyyy-MM-dd HH:mm:ss");             SimpleDateFormat formatter = new SimpleDateFormat(strFormat);             java.util.Date theDate = new java.util.Date();             theDate = (java.util.Date) formatter.parse(formatter.format(theDate));             Timestamp rtnTS = new Timestamp(theDate.getTime());             return rtnTS;         } }創建了另一個類作為數據模型。public class InvoiceObject extends java.lang.Object implements Serializable {     public Integer mId;     public Timestamp mTimeIssued;     public InvoiceObject()     {             this.mId = new Long("0");             Timestamp tempTime = TimeFormat.getCurrentDateAndTime(); //successful         this.mTimeIssued = tempTime; //here throwing error     } }但是在分配當期日期的時候報出錯誤,不知道原因在那兒?請大俠幫忙。
查看完整描述

1 回答

  • 1 回答
  • 0 關注
  • 744 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號