qihoo.open.v1.util
类 CalendarUtil

java.lang.Object
  继承者 qihoo.open.v1.util.CalendarUtil

public class CalendarUtil
extends Object


嵌套类摘要
static class CalendarUtil.DateFormateType
           
 
字段摘要
static String DATE_FORMAT
           
static String DATE_TIME_FORMAT
           
 
构造方法摘要
CalendarUtil()
           
 
方法摘要
static Date getDate(String dateStr)
           
static Date getDateTime(String dateStr)
           
static String toDate(Date date)
           
static String toDateTime(Date date)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

DATE_FORMAT

public static final String DATE_FORMAT
另请参见:
常量字段值

DATE_TIME_FORMAT

public static final String DATE_TIME_FORMAT
另请参见:
常量字段值
构造方法详细信息

CalendarUtil

public CalendarUtil()
方法详细信息

getDate

public static Date getDate(String dateStr)

getDateTime

public static Date getDateTime(String dateStr)

toDate

public static String toDate(Date date)

toDateTime

public static String toDateTime(Date date)


Copyright © 2013. All rights reserved.