@Deprecated public class DateFormatter extends Object
Constructor and Description |
---|
DateFormatter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Date |
getISODate(String text)
Deprecated.
As of netCDF-JAVA 4.3.10. Use
CalendarDateFormatter.isoStringToDate(String)
instead |
String |
getStandardDateOnlyString(Date date)
Deprecated.
use toDateOnlyString
|
String |
getStandardDateString(Date date)
|
String |
getStandardDateString2(Date date)
Deprecated.
|
String |
toDateOnlyString(Date date)
Deprecated.
|
String |
toDateString(Date date)
Deprecated.
|
String |
toDateTimeString(Date date)
Deprecated.
|
String |
toDateTimeStringISO(Date date)
|
@Deprecated public Date getISODate(String text)
CalendarDateFormatter.isoStringToDate(String)
insteadtext
- parse this textpublic String getStandardDateOnlyString(Date date)
@Deprecated public String toDateString(Date date)
CalendarDateFormatter.toDateString(Date)
@Deprecated public String toDateOnlyString(Date date)
CalendarDateFormatter.toDateString(Date)
date
- format this date@Deprecated public String getStandardDateString2(Date date)
CalendarDateFormatter.toDateTimeString(Date)
@Deprecated public String toDateTimeString(Date date)
CalendarDateFormatter.toDateTimeString(Date)
date
- format this date@Deprecated public String getStandardDateString(Date date)
@Deprecated public String toDateTimeStringISO(Date date)
date
- format this date