Package | Description |
---|---|
com.asakusafw.runtime.value |
Classes for runtime values.
|
Modifier and Type | Method and Description |
---|---|
static Date.Format |
Date.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Date.Format[] |
Date.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Date |
Date.valueOf(String dateString,
Date.Format format)
Parses the target string and returns the corresponding date object.
|
static Date |
Date.valueOf(StringOption dateString,
Date.Format format)
Parses the target string and returns the corresponding date as the elapsed days from
0001/01/01 (YYYY/MM/DD) . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.