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("10/28/2022", "MM/dd/yyyy", "dd/MM/yyyy")→ "28/10/2022"