Date.parse("12:59:00 AM").toString("HH:mm:ss")
output="12:59:00"
Date.parse("12:59:00 PM").toString("HH:mm:ss")//Getting Null
output="Unable to get property 'toString' of undefined or null reference"
getting null when Parse 12 Hour Format using Date.js