| Constructor and Description |
|---|
DateFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
dateFormat(String dateToParse,
String inputFormat,
String outputFormat)
function call to change format of date
|
@FunctionInvocation public String dateFormat(String dateToParse, String inputFormat, String outputFormat)
dateToParse - the date to convertinputFormat - the SimpleDateFormat to convert fromoutputFormat - theSimpleDateFormat to convert toCopyright © 2022. All rights reserved.