<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'PHP - 12hs to 24hs'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Sun, 07 Sep 2008 14:24:01 GMT</pubDate>
<item>
<title>koncept said on 4/22/08</title>
<link>http://snipplr.com/view/3524/php--12hs-to-24hs/</link>
<description><![CDATA[ <p><code>
function hours12ToTimestamp24($hora) {
    return date('H:i:s',strtotime($hora));
}</p>

<p>echo hours12ToTimestamp24("10:00:00 pm")
</code></p> ]]></description>
<pubDate>Tue, 22 Apr 2008 03:47:53 GMT</pubDate>
<guid>http://snipplr.com/view/3524/php--12hs-to-24hs/</guid>
</item>
</channel>
</rss>