<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/minutes</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 09:00:32 GMT</pubDate>
<item>
<title>(ActionScript 3) Timecode Utility - vamapaull</title>
<link>http://snipplr.com/view/61933/timecode-utility/</link>
<description><![CDATA[ <p>It's very useful if you build a FLV player for example, and want to convert the time into minutes:seconds (example: 6:13)

//apply it to your project like this (and don't forget to import the class):
time.text = TimeUtil.getTimecode(timeValue);</p> ]]></description>
<pubDate>Sat, 17 Dec 2011 00:46:38 GMT</pubDate>
<guid>http://snipplr.com/view/61933/timecode-utility/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Get formatted time from dirty timestamp string - adrianparr</title>
<link>http://snipplr.com/view/56330/as3-get-formatted-time-from-dirty-timestamp-string/</link>
<description><![CDATA[ <p>I was working on a project where the timestamp string I was getting from the backend developer was pretty dirty in the way it was formatted. For example, it looked like "/Date(1310127448000+0100)/". I needed to get a nicely formatted time from it in the format hrs:mins</p> ]]></description>
<pubDate>Fri, 08 Jul 2011 23:20:17 GMT</pubDate>
<guid>http://snipplr.com/view/56330/as3-get-formatted-time-from-dirty-timestamp-string/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Simple digital clock - adrianparr</title>
<link>http://snipplr.com/view/56195/as3-simple-digital-clock/</link>
<description><![CDATA[ <p>This example expects there to be a dynamic textfield on the stage with the instance name of 'myTextFieldOnStage'. Remember to embed the fonts (Numerals and Colon).</p> ]]></description>
<pubDate>Thu, 07 Jul 2011 01:48:01 GMT</pubDate>
<guid>http://snipplr.com/view/56195/as3-simple-digital-clock/</guid>
</item>
<item>
<title>(PHP) Convert Seconds to Minutes PHP - nebojsac</title>
<link>http://snipplr.com/view/55200/convert-seconds-to-minutes-php/</link>
<description><![CDATA[ <p>Takes the seconds, and returns minutes. Will wrap it in a function is anyone is interested. Example:  92s -> 1m 32s</p> ]]></description>
<pubDate>Mon, 13 Jun 2011 18:58:22 GMT</pubDate>
<guid>http://snipplr.com/view/55200/convert-seconds-to-minutes-php/</guid>
</item>
<item>
<title>(PHP) Wordpress \"x Minutes Ago\" Date - laurentzziu</title>
<link>http://snipplr.com/view/43810/wordpress-x-minutes-ago-date/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 09 Nov 2010 18:59:59 GMT</pubDate>
<guid>http://snipplr.com/view/43810/wordpress-x-minutes-ago-date/</guid>
</item>
<item>
<title>(PHP) Convert hh:mm:ss to Seconds - rocktronica</title>
<link>http://snipplr.com/view/16089/convert-hhmmss-to-seconds/</link>
<description><![CDATA[ <p>This works, though I'm not 100% sure it's the most streamlined way to do it. If you've got a better idea, give me a holler!</p> ]]></description>
<pubDate>Thu, 18 Jun 2009 21:03:56 GMT</pubDate>
<guid>http://snipplr.com/view/16089/convert-hhmmss-to-seconds/</guid>
</item>
<item>
<title>(PHP) Relative Time - Includes Future - jstnjns</title>
<link>http://snipplr.com/view/12177/relative-time--includes-future/</link>
<description><![CDATA[ <p>Original script by jaytee.  I used the script in a project, but then needed 'future' support.  Added the script, thought I would share.</p> ]]></description>
<pubDate>Fri, 13 Feb 2009 10:54:10 GMT</pubDate>
<guid>http://snipplr.com/view/12177/relative-time--includes-future/</guid>
</item>
<item>
<title>(PHP) Convert Minutes to Human Readable Days / Hours / Minutes - optimal</title>
<link>http://snipplr.com/view/11479/convert-minutes-to-human-readable-days--hours--minutes/</link>
<description><![CDATA[ <p>So. You have some minutes and want a "human readable" version? Sure thing baby!</p> ]]></description>
<pubDate>Sat, 24 Jan 2009 02:55:10 GMT</pubDate>
<guid>http://snipplr.com/view/11479/convert-minutes-to-human-readable-days--hours--minutes/</guid>
</item>
<item>
<title>(PHP) Translate amount of seconds to hours, minutes, seconds - Sixer</title>
<link>http://snipplr.com/view/2711/translate-amount-of-seconds-to-hours-minutes-seconds/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 25 May 2007 02:30:23 GMT</pubDate>
<guid>http://snipplr.com/view/2711/translate-amount-of-seconds-to-hours-minutes-seconds/</guid>
</item>
</channel>
</rss>