Package com.castlabs.android.utils
Class DateUtils
- java.lang.Object
-
- com.castlabs.android.utils.DateUtils
-
public final class DateUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
parseServerDate(String serverDate)
Parses a server-formatted Date String and returns the equivalent time
-
-
-
Method Detail
-
parseServerDate
public static long parseServerDate(String serverDate)
Parses a server-formatted Date String and returns the equivalent time- Parameters:
serverDate
- Date to parse- Returns:
- time
-
-