mysql中存入时间

mysql中存入时间

如果要精确到秒,mysql里面是DATETIME,程序里面

pstmt.setTimestamp(7,new Timestamp(b.getCreDate().getTime()));

不能用setDate()

你可能感兴趣的:(mysql中存入时间)