gboat2.attachment.util
类 DateUtil
java.lang.Object
gboat2.attachment.util.DateUtil
public class DateUtil
- extends Object
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateUtil
public DateUtil()
parse
public static Date parse(String dateStr,
String format)
- 解析日期
- 参数:
dateStr
- 指定的日期字符串format
- 格式
- 返回:
- Date
format
public static String format(Date date,
String format)
- 将时间转化为相应格式的字符串
- 参数:
date
- 需格式化的日期format
- 格式
- 返回:
- 格式化的日期字符串
parseDate
public static Date parseDate(Date date,
String formatStr)
- 格式化日期
- 参数:
date
- 需格式化的日期formatStr
- 格式 exg:"YYYY-MM-"
- 返回:
- 转化的日期
stripDate
public static String[] stripDate(Date date)
Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.