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