<?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/language/actionscript-3/tags/date</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 19:22:49 GMT</pubDate>
<item>
<title>(ActionScript 3) Birth date validation - steppannws</title>
<link>http://snipplr.com/view/62522/birth-date-validation/</link>
<description><![CDATA[ <p>Validate Birth day.</p> ]]></description>
<pubDate>Fri, 13 Jan 2012 01:54:32 GMT</pubDate>
<guid>http://snipplr.com/view/62522/birth-date-validation/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Class for formatting date like PHP function date - TimoZachi</title>
<link>http://snipplr.com/view/58868/as3-class-for-formatting-date-like-php-function-date/</link>
<description><![CDATA[ <p>A custom class for formatting dates, similar to PHP bult-in function "date".  The class also has some other date utils functions, like: dayOfYear, numberOfDaysInMonth, etc..</p> ]]></description>
<pubDate>Wed, 21 Sep 2011 04:00:15 GMT</pubDate>
<guid>http://snipplr.com/view/58868/as3-class-for-formatting-date-like-php-function-date/</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) Añadir días a una fecha - JoseKar</title>
<link>http://snipplr.com/view/52930/aadir-das-a-una-fecha/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 03 May 2011 22:37:05 GMT</pubDate>
<guid>http://snipplr.com/view/52930/aadir-das-a-una-fecha/</guid>
</item>
<item>
<title>(ActionScript 3) Convert date to unix timestamp string - MarioSantos</title>
<link>http://snipplr.com/view/48552/convert-date-to-unix-timestamp-string/</link>
<description><![CDATA[ <p>Simple as this!
var now_unix_timestamp:String = convertToUnix(new Date());</p> ]]></description>
<pubDate>Tue, 08 Feb 2011 05:35:30 GMT</pubDate>
<guid>http://snipplr.com/view/48552/convert-date-to-unix-timestamp-string/</guid>
</item>
<item>
<title>(ActionScript 3) Validate Calendar Date with RegExp - Activetuts</title>
<link>http://snipplr.com/view/46469/validate-calendar-date-with-regexp/</link>
<description><![CDATA[ <p>From the tutorial, Validating Various Input Data in Flash (http://active.tutsplus.com/tutorials/actionscript/validating-various-input-data-in-flash/)</p> ]]></description>
<pubDate>Tue, 04 Jan 2011 12:02:09 GMT</pubDate>
<guid>http://snipplr.com/view/46469/validate-calendar-date-with-regexp/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 SQL Date Today - jaredyeo</title>
<link>http://snipplr.com/view/46191/as3-sql-date-today/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 28 Dec 2010 12:42:07 GMT</pubDate>
<guid>http://snipplr.com/view/46191/as3-sql-date-today/</guid>
</item>
<item>
<title>(ActionScript 3) Current Date and Time - online</title>
<link>http://snipplr.com/view/41187/current-date-and-time/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 30 Sep 2010 19:32:44 GMT</pubDate>
<guid>http://snipplr.com/view/41187/current-date-and-time/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Show SWF Publish Date and Time in Right-Click Menu - adrianparr</title>
<link>http://snipplr.com/view/37165/as3-show-swf-publish-date-and-time-in-rightclick-menu/</link>
<description><![CDATA[ <p>This code uses Senocular SWFReader class to get the modification (publish) date of the SWF, and then displays it as a right-click menu item. You need to make sure that your SWF includes the XMP metadata. In the Flash IDE you can turn this on by going to Publish Settings > Flash > Include XMP metadata.</p> ]]></description>
<pubDate>Tue, 13 Jul 2010 01:38:35 GMT</pubDate>
<guid>http://snipplr.com/view/37165/as3-show-swf-publish-date-and-time-in-rightclick-menu/</guid>
</item>
<item>
<title>(ActionScript 3) Date Detector - Changes Date According to System Clock - IsoJon</title>
<link>http://snipplr.com/view/36818/date-detector--changes-date-according-to-system-clock/</link>
<description><![CDATA[ <p>Useful for event dates - looks at the computers clock and tells the user when something will be available (e.g. this friday, tomorrow, etc). In this example I'm just using the day of a month, but you can use any part/the full date if you desire. 

Help me make this snippet better!</p> ]]></description>
<pubDate>Wed, 07 Jul 2010 07:54:50 GMT</pubDate>
<guid>http://snipplr.com/view/36818/date-detector--changes-date-according-to-system-clock/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Get the Current Date in the Format YYMMDD (Reverse format) - adrianparr</title>
<link>http://snipplr.com/view/35512/as3-get-the-current-date-in-the-format-yymmdd-reverse-format/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 04 Jun 2010 09:59:49 GMT</pubDate>
<guid>http://snipplr.com/view/35512/as3-get-the-current-date-in-the-format-yymmdd-reverse-format/</guid>
</item>
<item>
<title>(ActionScript 3) iso 8601 to as3 date object - jjdowding</title>
<link>http://snipplr.com/view/33783/iso-8601-to-as3-date-object/</link>
<description><![CDATA[ <p>probably not the best way but easy enough</p> ]]></description>
<pubDate>Mon, 03 May 2010 14:37:23 GMT</pubDate>
<guid>http://snipplr.com/view/33783/iso-8601-to-as3-date-object/</guid>
</item>
<item>
<title>(ActionScript 3) Converting Java DateTime to AS3 Date - arpit</title>
<link>http://snipplr.com/view/29990/converting-java-datetime-to-as3-date/</link>
<description><![CDATA[ <p>Patterns: http://www.geekzilla.co.uk/View00FF7904-B510-468C-A2C8-F859AA20581F.htm</p> ]]></description>
<pubDate>Thu, 18 Mar 2010 16:19:41 GMT</pubDate>
<guid>http://snipplr.com/view/29990/converting-java-datetime-to-as3-date/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Date / Time converter - chrisaiv</title>
<link>http://snipplr.com/view/27767/as3-date--time-converter/</link>
<description><![CDATA[ <p>Handy Date/Time converter: Convert Date Object to MySQL date format, Translate minutes into an English phrase, Convert MySQL date to Actionscript Date object, Get Day name from Date, Get name of Month from a Date Object, Input the seconds and return a string of the form: hours:mins:secs, Input the seconds and return a string of the form: mins:sec, Input seconds and return a string of the form: hours:min,</p> ]]></description>
<pubDate>Fri, 05 Feb 2010 17:16:48 GMT</pubDate>
<guid>http://snipplr.com/view/27767/as3-date--time-converter/</guid>
</item>
<item>
<title>(ActionScript 3) ActionScript function for turning a date into a time interval - arpit</title>
<link>http://snipplr.com/view/17398/actionscript-function-for-turning-a-date-into-a-time-interval/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 23 Jul 2009 18:44:17 GMT</pubDate>
<guid>http://snipplr.com/view/17398/actionscript-function-for-turning-a-date-into-a-time-interval/</guid>
</item>
<item>
<title>(ActionScript 3) DateUtility - robksawyer</title>
<link>http://snipplr.com/view/12752/dateutility/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 03 Mar 2009 02:56:59 GMT</pubDate>
<guid>http://snipplr.com/view/12752/dateutility/</guid>
</item>
</channel>
</rss>