Static Public Methods | |
| String | ymd () |
| String | ymd (long date) |
| int[] | ymdArray () |
| int[] | ymdArray (long date) |
Definition at line 29 of file DateTool.java.
|
|
Returns the yyyy/mm/dd for the specified date. Definition at line 41 of file DateTool.java. References sosc::DateTool::ymd(), and sosc::DateTool::ymdArray(). |
|
|
Returns the current yyyy/mm/dd Definition at line 34 of file DateTool.java. Referenced by sosc::DateTool::ymd(). |
|
|
Returns the yyyy/mm/dd for the specified date. Definition at line 68 of file DateTool.java. |
|
|
Returns the current yyyy/mm/dd Definition at line 61 of file DateTool.java. Referenced by sosc::DateTool::ymd(). |
1.2.15