public class LdiTimeConversionUtil extends Object
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
LdiTimeConversionUtil() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static String |
convertShortPattern(String pattern) |
static SimpleDateFormat |
getDateFormat(String s,
Locale locale) |
static SimpleDateFormat |
getDateFormat(String s,
String pattern,
Locale locale) |
static String |
getPattern(Locale locale) |
static Time |
toTime(Object o) |
static Time |
toTime(Object o,
String pattern) |
static Time |
toTime(String s,
String pattern) |
static Time |
toTime(String s,
String pattern,
Locale locale) |
public static Time toTime(String s, String pattern, Locale locale)
s - pattern - locale - public static SimpleDateFormat getDateFormat(String s, String pattern, Locale locale)
s - pattern - locale - public static SimpleDateFormat getDateFormat(String s, Locale locale)
s - locale - Copyright © 2015–2016 The DBFlute Project. All rights reserved.