csk_fn_latest_date

Use this function to find the latest date in the list and convert it to the given format.
  • String: csk_fn_latest_date(List<Object> inputList, String dateFormat)
  • Input:
    • List<Object> inputList: The inputs whose values will be evaluated
    • String dateFormat: The format of the response date
  • Example: $csk_fn_latest_date({"March 23rd 2018", "March 23rd 2017"}) → "23/03/2018"