📄 e0d3b5c0580c001d1f9e8316f26add13
字号:
package com.lib.biz;
import java.text.SimpleDateFormat;
import java.util.Date;
import com.lib.cls.PrintDate;
public class SetDate {
public Date SetPrintDate(PrintDate prD){
Date date = new Date();
new SimpleDateFormat("yyyy-MM-dd").parse("1985-10-02");
return date;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -