| |
|
| java.lang.Object org.w3c.util.DateParser
DateParser | public class DateParser (Code) | | Date parser for ISO 8601 format
http://www.w3.org/TR/1998/NOTE-datetime-19980827
version: $Revision: 1.1.1.1 $ author: Benoît Mahé (bmahe@w3.org) |
getIsoDate | public static String getIsoDate(Date date)(Code) | | Generate a ISO 8601 date
Parameters: date - a Date instance a string representing the date in the ISO 8601 format |
|
|
|