csk_fn_oldest_date

Use this function to find the oldest date in the list and convert it to the given format.
  • String: csk_fn_oldest_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_oldest_date({"March 23rd 2018", "March 23rd 2017"}, "dd/MM/yyyy") → "23/03/2017"