csk_fn_convert_awsdate_format

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