Package com.core.util.date
Class SSystemDateTime
- java.lang.Object
-
- com.core.util.date.SSystemDateTime
-
public class SSystemDateTime extends java.lang.Object
- Author:
- Sokkheang.huo
-
-
Constructor Summary
Constructors Constructor Description SSystemDateTime()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getCurrentDateKH()
static java.lang.String
getCurrentDatePattern(java.lang.String pattern)
static java.lang.String
getCurrentDateTimeKH()
static java.lang.String
getCurrentDateTimeUSA()
static java.lang.String
getCurrentDateUSA()
static java.lang.String
getCurrentTime()
static java.lang.Long
getCurrentTimeMillis()
static java.lang.String
getDateTimeKH_Local_Code()
static java.lang.String
getDateTimeKH_Local_Zone()
static java.lang.String
getDateTimeUSA_Local_Zone()
static java.lang.String
getDateTimeUSA_Local_Zone_Code()
-
-
-
Method Detail
-
getCurrentTimeMillis
public static java.lang.Long getCurrentTimeMillis() throws SException
- Returns:
- Throws:
SException
-
getDateTimeUSA_Local_Zone
public static java.lang.String getDateTimeUSA_Local_Zone() throws SException
- Returns:
- Throws:
SException
-
getDateTimeKH_Local_Zone
public static java.lang.String getDateTimeKH_Local_Zone() throws SException
- Returns:
- Throws:
SException
-
getDateTimeUSA_Local_Zone_Code
public static java.lang.String getDateTimeUSA_Local_Zone_Code() throws SException
- Returns:
- Throws:
SException
-
getDateTimeKH_Local_Code
public static java.lang.String getDateTimeKH_Local_Code() throws SException
- Returns:
- Throws:
SException
-
getCurrentDateTimeKH
public static java.lang.String getCurrentDateTimeKH() throws SException
- Returns:
- Throws:
SException
-
getCurrentDateTimeUSA
public static java.lang.String getCurrentDateTimeUSA() throws SException
- Returns:
- Throws:
SException
-
getCurrentDateKH
public static java.lang.String getCurrentDateKH() throws SException
- Returns:
- Throws:
SException
-
getCurrentDateUSA
public static java.lang.String getCurrentDateUSA() throws SException
- Returns:
- Throws:
SException
-
getCurrentDatePattern
public static java.lang.String getCurrentDatePattern(java.lang.String pattern) throws SException
- Parameters:
pattern
-- Returns:
- Throws:
SException
-
getCurrentTime
public static java.lang.String getCurrentTime() throws SException
- Returns:
- Throws:
SException
-
-