csk_fn_convert_time_list
Use this function to convert an array of times in a specific format into a different
specified format.
- String: csk_fn_convert_time([time1, time2, timeN], inputFormat, outputFormat)
- Input:
- time1, time2, timeN: an array or list of times in the same format
- inputFormat: the format of times
- outputFormat: the format to which times are converted
- Example: $csk_fn_convert_time_list(["11:30", "14:11"], "HH:mm", "hh:mm a") → ["11:30 AM","2:11 PM"]