Package com.intellij.util.text
Class SyncDateFormat
- java.lang.Object
-
- com.intellij.util.text.SyncDateFormat
-
public class SyncDateFormat extends Object
- Author:
- max
-
-
Constructor Summary
Constructors Constructor Description SyncDateFormat(DateFormat delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
format(Date d)
Date
parse(String s)
void
setTimeZone(TimeZone timeZone)
String
toPattern()
-
-
-
Constructor Detail
-
SyncDateFormat
public SyncDateFormat(DateFormat delegate)
-
-
Method Detail
-
parse
public Date parse(String s) throws ParseException
- Throws:
ParseException
-
setTimeZone
public void setTimeZone(TimeZone timeZone)
-
toPattern
public String toPattern()
-
-