About

2007年09月07日 11:05??????????????????

?????????String???Date??????

??????10g ???????????????

????????????????????????????????????????

Powered by
Movable Type 3.35

« String???Date?? | ??? | 10g ??????????? »

???????

org.apache.commons.lang.time.DateFormatUtils?????.

import java.util.Date;
import org.apache.commons.lang.time.DateFormatUtils;

public class Test2 {
  
  public static void main(String[] args) {


    try{
      
      Date date = new Date();
      
      System.out.println(DateFormatUtils.format(date, "yyyy/MM/dd HH:mm:ss"));
      System.out.println(DateFormatUtils.format(date, "yyyy/MM/dd"));
      System.out.println(DateFormatUtils.format(date, "yyyy/MM"));
      
    }catch ( Exception e ){
      
    }
  }
}

???????

???????????????URL:
http://www.sanryu.net/cgi-bin/mt/mt-tb.cgi/69

???????

(???????????????????????????????????????????????????????????????????????????????????????????????????)

2011年03月
Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31