Package | Description |
---|---|
com.github.gwtd3.api.time |
Modifier and Type | Method and Description |
---|---|
TimeFormat |
Time.format(String specifier)
Constructs a new local time formatter using the given specifier.
|
TimeFormat |
TimeFormat.Builder.iso()
The full ISO 8601 UTC time format:
"%Y-%m-%dT%H:%M:%S.
|
TimeFormat |
TimeFormat.Builder.utc(String specifier)
Constructs a new UTC time formatter using the given specifier.
|
Copyright © 2015 gwt-d3. All rights reserved.