Function name: dateformat
Parameter list: (CHAR inputDate, CHAR outFormat)
Return type: CHAR
What the method does: Inputs a date from the value indicated by Input Date in Java timestamp format and returns the date as a string in the format of the output format string. Refer to Dateformat Method for detailed information for this method.