public class BLCDateUtils extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULT_DATE_FORMAT | 
| Constructor and Description | 
|---|
| BLCDateUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | convertDateToUTC(Date date)Converts the given date to the UTC time zone so that dates can be correctly converted on the client side | 
| static String | formatDate(Date date) | 
| static String | formatDate(Date date,
          String format) | 
| static String | formatDateAsString(Date date) | 
| static Date | parseStringToDate(String dateString) | 
| static Date | parseStringToDate(String dateString,
                 String dateFormat) | 
public static final String DEFAULT_DATE_FORMAT
Copyright © 2020. All rights reserved.