SwiftDate
SwiftDate copied to clipboard
Fixing issue #717 - Get the total second from mm:ss format
Fixing issue #717 - Now one can use .totalSeconds property on Date to get the total number of seconds from the provided time, assuming the hour, minute, and second fields are properly initialized.
As an example, calling .totalSeconds on 4:23:11 will return 15791.