java 转化为英文时间格式

  SimpleDateFormat sdf = new SimpleDateFormat("MMMM yyyy", Locale.ENGLISH);

  System.out.println(sdf.format(new Date()));
  System.out.println(sdf.format(new Date().getTime()));

 

--------------------------

April 2013
April 2013

 

你可能感兴趣的:(java 转化为英文时间格式)