I tried many methods, but I always end up without solution. What I need is a javascript code which can convert time from div.postedOn from 12h to 24h format.
div.postedTime example:
<div class="postedOn"><img src="http://assets7.thatsite.com/images/forums/post/reply.gif?v3" alt=""> Posted on June 3, 2012 1:46 AM</div>
So, I need to convert ‘1:46 PM’ to ’01:46′ without removing any contents from the <div>.
Similar to Kolink, adding another regex solution…