Package com.kheops.util
Class DateUtil
java.lang.Object
com.kheops.util.DateUtil
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringgetFormattedDate(Calendar cal) static longThis method parses a date and returns the corresponding value in ms.
- 
Constructor Details- 
DateUtilpublic DateUtil()
 
- 
- 
Method Details- 
getFormattedDate
- 
parseDateThis method parses a date and returns the corresponding value in ms.- Parameters:
- date- the String representation of a Date
- Returns:
- a date in ms.
- Throws:
- Exception- if an error occurs while parsing the specified date.
 
 
-