csk_fn_convert_date_format

This function is used to convert a date to the input format.
  • String: csk_fn_convert_date_format(Object inputDate, String inputFormat, String outputFormat)
  • Input:
    • Object inputDate: The input date from the user / lex
    • String inputFormat: The expected input date format
    • String outputFormat: The expected output date format
  • Example: $csk_fn_convert_date_format("March 23rd 2018", "MM/dd/yyyy", "dd/MM/yyyy") → "23/03/2018"