SimpleDateFormat s = new SimpleDateFormat("yyyy-MM-dd");
String date = s.format(c.getTime());
不能直接获取当前日期,付给file吗?
像您那样把日期存储在txt中,我怎么把以后所有的日期都存储,又怎么能准确的读取那?
当然能了,你不是要获取所有存储的日期吗?
File file = new File("盘符:\\"+new java.text.SimpleDateFormat("yyyy-MM-dd").format(new java.util.Date())+".txt");
谢谢 已经写好了
追答不客气
来自:求助得到的回答需要使用SimpleDateFormat格式化时间
例子如下:
没有写跟文件有关的代码,只有任何格式化时间的代码:
import java.text.SimpleDateFormat;