DBVIEW
|
Static Public Member Functions | |
static void | setDateFormat (String in_format) |
static String | now () |
Static Private Attributes | |
static String | DATE_FORMAT = "yyyy-MM-dd HH:mm:ss" |
static String org.dbview.utils.Date.now | ( | ) | [static] |
static void org.dbview.utils.Date.setDateFormat | ( | String | in_format | ) | [static] |
String org.dbview.utils.Date.DATE_FORMAT = "yyyy-MM-dd HH:mm:ss" [static, private] |
Format for dates.
Definition at line 36 of file Date.java.
Referenced by org.dbview.utils.Date.now(), and org.dbview.utils.Date.setDateFormat().