<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Get hours, minutes and seconds from a number without maths operations</title>
	<atom:link href="http://www.daveoncode.com/2010/02/05/get-hours-minutes-and-seconds-from-number-without-maths-operations/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveoncode.com/2010/02/05/get-hours-minutes-and-seconds-from-number-without-maths-operations/</link>
	<description>coder and technology lover</description>
	<lastBuildDate>Sat, 24 Jul 2010 20:37:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ron Smith</title>
		<link>http://www.daveoncode.com/2010/02/05/get-hours-minutes-and-seconds-from-number-without-maths-operations/comment-page-1/#comment-6256</link>
		<dc:creator>Ron Smith</dc:creator>
		<pubDate>Fri, 04 Jun 2010 06:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=589#comment-6256</guid>
		<description>Thanks a lot Dave.  I spent a whole day looking for a solution to extracting hours, minutes and seconds from a pair of d.getTime()s executed at different intervals.  Using % (modulus) came to mind at first; what a pain (ugly too). Your solution was, by far, the easiest for me to grasp.  Gratitude my friend!  I no longer have a headache, and I can turn in for the evening a little earlier, thanks to you. :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot Dave.  I spent a whole day looking for a solution to extracting hours, minutes and seconds from a pair of d.getTime()s executed at different intervals.  Using % (modulus) came to mind at first; what a pain (ugly too). Your solution was, by far, the easiest for me to grasp.  Gratitude my friend!  I no longer have a headache, and I can turn in for the evening a little earlier, thanks to you. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
