csk_fn_convert_time
Use this function to convert a time to different specified format.
- String: csk_fn_convert_time(time, inputFormat, outputFormat)
- Input:
- time: The time to be converted
- inputFormat: The format of time
- outputFormat: The format to which time will be converted
- Example: $csk_fn_convert_time(10:30, "HH:mm", "hh:mm:ss aa") -> 10:30:00 AM