public class LdiDateConversionUtil extends Object
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
LdiDateConversionUtil() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static String |
findDelimiter(String value) |
static String |
findDelimiterFromPattern(String pattern) |
static SimpleDateFormat |
getDateFormat(Locale locale) |
static SimpleDateFormat |
getDateFormat(String s,
Locale locale) |
static SimpleDateFormat |
getDateFormat(String s,
String pattern,
Locale locale) |
static String |
getPattern(Locale locale) |
static SimpleDateFormat |
getY4DateFormat(Locale locale) |
static String |
getY4Pattern(Locale locale) |
static String |
removeDelimiter(String pattern) |
static Date |
toDate(Object o) |
static Date |
toDate(Object o,
String pattern) |
static Date |
toDate(String s,
String pattern) |
static Date |
toDate(String s,
String pattern,
Locale locale) |
public static SimpleDateFormat getDateFormat(String s, String pattern, Locale locale)
s - pattern - locale - SimpleDateFormatpublic static SimpleDateFormat getDateFormat(String s, Locale locale)
s - locale - SimpleDateFormatpublic static SimpleDateFormat getDateFormat(Locale locale)
locale - SimpleDateFormatpublic static SimpleDateFormat getY4DateFormat(Locale locale)
locale - Copyright © 2015 The DBFlute Project. All rights reserved.