在JAVA中怎样编写代码使文本框要以日期格式输入(YYYY

随便说下我用的是Borland JBuilder 2005 Enterprise开发工具!
2025-01-31 12:40:38
推荐回答(1个)
回答1:

SimpleDateFormat time=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
String TimeString = time.format(new java.util.Date());