I often have to deal with data that are imported from dialers. These data come in a string duration format (e.g. 00:01:12:04 for 1 hour, 12 minutes, and 4 seconds.) I would like to have similar functions to the date/timestamp extraction functions (second, minute, hour, et al).
I would also like a simple conversion from the string duration to integer milliseconds (the opposite of formatDuration.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.