![]() |
Hubiquitus Android
0.3
Android client for hubiquitus protocol
|
Static Public Member Functions | |
static String | fromCalendar (final Calendar calendar) |
static String | now () |
static Calendar | toCalendar (final String iso8601string) |
Helper class for handling ISO 8601 strings of the following format: "2008-03-01T13:00:00+01:00". It also supports parsing the "Z" timezone.
Definition at line 13 of file DateISO8601.java.
static String org.hubiquitus.hapi.util.DateISO8601.fromCalendar | ( | final Calendar | calendar | ) | [static] |
Transform Calendar to ISO 8601 string.
Definition at line 15 of file DateISO8601.java.
static String org.hubiquitus.hapi.util.DateISO8601.now | ( | ) | [static] |
Get current date and time formatted as ISO 8601 string.
Definition at line 23 of file DateISO8601.java.
static Calendar org.hubiquitus.hapi.util.DateISO8601.toCalendar | ( | final String | iso8601string | ) | [static] |
Transform ISO 8601 string to Calendar.
Definition at line 28 of file DateISO8601.java.