@DoNotObfuscate
public final class DateHelper
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static long | 
MILLISECONDS_30DAYS  | 
| Constructor and Description | 
|---|
DateHelper()  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.Calendar | 
getCalendar(java.lang.String dateValue,
           java.lang.String pattern)
Returning the calendar for the given date string formatted according to the format pattern. 
 | 
static java.util.Calendar | 
getCurrentDateWithoutTime()
This method does what the name suggests. 
 | 
public static final long MILLISECONDS_30DAYS
public static java.util.Calendar getCalendar(java.lang.String dateValue,
                             java.lang.String pattern)
                                      throws java.text.ParseException
java.text.ParseExceptionpublic static java.util.Calendar getCurrentDateWithoutTime()
Copyright (C) PDFUnit.com. See here for license.