JAVA时间格式化处理Java认证考试
文章作者 100test 发表时间 2010:02:23 21:00:33
来源 100Test.Com百考试题网
日期格式化
import java.util.Date.
import java.text.SimpleDateFormat.
class dayTime
{
public static void main(String args[])
{
Date nowTime=new Date().
System.out.println(nowTime).
SimpleDateFormat time=new SimpleDateFormat("yyyy MM dd HH mm ss").
System.out.println(time.format(nowTime)).
}
}
public void timerStop(){
if(timer!=null)
timer.cancel().
}
public static void main(String[] args){
BugXmlTimer myTimer=new BugXmlTimer().
// TODO Auto-generated method stub
myTimer.timerStart().
}
}
//这是执行任务的类,即每隔一段时间要做的事情在这里
package com.my.time.
import java.util.TimerTask.
public class BugXmlTimerTask extends TimerTask {
@Override
public void run() {
System.out.print("run task").
}
}
//以下是出发定时操作的类,该类实现了ServletContextListener
public class MyTimerListener implements ServletContextListener {
private BugXmlTimer