<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 12:47:27 +0000</lastBuildDate>
    <item>
      <title>(MySQL) Show the output of a query in a more readable vertical format - rm1984</title>
      <link>https://snipplr.com/view/147232/show-the-output-of-a-query-in-a-more-readable-vertical-format</link>
      <description>&lt;p&gt;Show the output of a query in a more readable vertical format&lt;/p&gt;</description>
      <pubDate>Thu, 30 Jun 2016 18:33:28 UTC</pubDate>
      <guid>https://snipplr.com/view/147232/show-the-output-of-a-query-in-a-more-readable-vertical-format</guid>
    </item>
    <item>
      <title>(SQL) Formatos de datos en SQL - systemergon</title>
      <link>https://snipplr.com/view/145992/formatos-de-datos-en-sql</link>
      <description>&lt;p&gt;Alternativas para formato de datos en sql server&lt;/p&gt;</description>
      <pubDate>Thu, 04 Feb 2016 05:33:24 UTC</pubDate>
      <guid>https://snipplr.com/view/145992/formatos-de-datos-en-sql</guid>
    </item>
    <item>
      <title>(DOS Batch) Format Date In Batch File - kidmizere</title>
      <link>https://snipplr.com/view/74583/format-date-in-batch-file</link>
      <description>&lt;p&gt;Nice script for formatting dates in a batch file without having the system locale settings impact your format&lt;/p&gt;</description>
      <pubDate>Fri, 16 May 2014 03:45:00 UTC</pubDate>
      <guid>https://snipplr.com/view/74583/format-date-in-batch-file</guid>
    </item>
    <item>
      <title>(Java) Convert Each TIFF Frame to JPEG &amp; Transform them to PDF Format Using Java - johansonkatherine</title>
      <link>https://snipplr.com/view/73485/convert-each-tiff-frame-to-jpeg--transform-them-to-pdf-format-using-java</link>
      <description>&lt;p&gt;This technical tip shows how each TIFF frame can be converted to JPEG and then these images to PDF file using Aspose.Pdf for Java. Aspose.Pdf for Java is very well capable of dealing with TIFF images and can easily transform them into PDF format. However there are cases when a TIFF image contains frames with different resolution or page orientation and product might not work well. So in order to resolve such issues, we can first convert TIFF frames into individual JPEG images and then save these images into PDF format using Aspose.Pdf for Java.&lt;/p&gt;</description>
      <pubDate>Thu, 23 Jan 2014 16:51:50 UTC</pubDate>
      <guid>https://snipplr.com/view/73485/convert-each-tiff-frame-to-jpeg--transform-them-to-pdf-format-using-java</guid>
    </item>
    <item>
      <title>(ASP) Format a date to a as short a string as possible - lakkie</title>
      <link>https://snipplr.com/view/72520/format-a-date-to-a-as-short-a-string-as-possible</link>
      <description>&lt;p&gt;Todays dates are shown as hh:mm, dates from yesterday and earlier as dd mmm.&#13;
This can be useful, since recent dates are showing more details&lt;/p&gt;</description>
      <pubDate>Thu, 03 Oct 2013 21:33:12 UTC</pubDate>
      <guid>https://snipplr.com/view/72520/format-a-date-to-a-as-short-a-string-as-possible</guid>
    </item>
    <item>
      <title>(JavaScript) Add commas to numbers - uberdragon</title>
      <link>https://snipplr.com/view/72413/add-commas-to-numbers</link>
      <description>&lt;p&gt;A quick function that makes it easy to convert an integer into a number string with commas inserted.&lt;/p&gt;</description>
      <pubDate>Sat, 21 Sep 2013 00:41:07 UTC</pubDate>
      <guid>https://snipplr.com/view/72413/add-commas-to-numbers</guid>
    </item>
    <item>
      <title>(PHP) Turn Over Address Components to an Array - devowhippit</title>
      <link>https://snipplr.com/view/71379/turn-over-address-components-to-an-array</link>
      <description>&lt;p&gt;Breaks up an address (in this case returned by Advanced Custom Fields Location plugin) into it's components. Additionally, sorts a multidimensional array of locations alphabetically by state. This works for basic addresses assuming that address is in the format 'street, city, state, zip, country.' I've written a more extensive version of this snippit that uses Google Geocoding to get the address components and store them in a Wordpress database as meta data.&lt;/p&gt;</description>
      <pubDate>Mon, 03 Jun 2013 10:19:44 UTC</pubDate>
      <guid>https://snipplr.com/view/71379/turn-over-address-components-to-an-array</guid>
    </item>
    <item>
      <title>(JavaScript) Format a US Phone Numner - chetkloss</title>
      <link>https://snipplr.com/view/70375/format-a-us-phone-numner</link>
      <description>&lt;p&gt;Generic function - Pass the context to the function for use with any field&lt;/p&gt;</description>
      <pubDate>Wed, 13 Mar 2013 07:52:04 UTC</pubDate>
      <guid>https://snipplr.com/view/70375/format-a-us-phone-numner</guid>
    </item>
    <item>
      <title>(Visual Basic) Format Header Range - lolrenx</title>
      <link>https://snipplr.com/view/69167/format-header-range</link>
      <description>&lt;p&gt;quick way to get column headers formatted&lt;/p&gt;</description>
      <pubDate>Thu, 20 Dec 2012 02:56:27 UTC</pubDate>
      <guid>https://snipplr.com/view/69167/format-header-range</guid>
    </item>
    <item>
      <title>(PHP) Size format function - zhyar</title>
      <link>https://snipplr.com/view/67551/size-format-function</link>
      <description>&lt;p&gt;Use: echo format_size(filesize("fichier"));&#13;
Example result: 13,37 Ko&lt;/p&gt;</description>
      <pubDate>Mon, 01 Oct 2012 21:37:53 UTC</pubDate>
      <guid>https://snipplr.com/view/67551/size-format-function</guid>
    </item>
    <item>
      <title>(JavaScript) Javascript Basic Date Formatter - samsonl</title>
      <link>https://snipplr.com/view/66968/javascript-basic-date-formatter</link>
      <description>&lt;p&gt;Javascript Basic Date Formatter&lt;/p&gt;</description>
      <pubDate>Fri, 31 Aug 2012 17:29:46 UTC</pubDate>
      <guid>https://snipplr.com/view/66968/javascript-basic-date-formatter</guid>
    </item>
    <item>
      <title>(JavaScript) format numbers in javascript with group digits - rg443</title>
      <link>https://snipplr.com/view/66256/format-numbers-in-javascript-with-group-digits</link>
      <description>&lt;p&gt;format numbers in javascript with group digits&lt;/p&gt;</description>
      <pubDate>Sat, 21 Jul 2012 02:08:41 UTC</pubDate>
      <guid>https://snipplr.com/view/66256/format-numbers-in-javascript-with-group-digits</guid>
    </item>
    <item>
      <title>(Java) Format String for even columns - nickstanish</title>
      <link>https://snipplr.com/view/63466/format-string-for-even-columns</link>
      <description>&lt;p&gt;this is a snippet from a parsing piece of code I had to do for class, basically I had to grab employee names, numbers, paycodes, hours worked, etc. and organize it. In order to align the columns I ended up using some code like this&lt;/p&gt;</description>
      <pubDate>Tue, 21 Feb 2012 13:44:09 UTC</pubDate>
      <guid>https://snipplr.com/view/63466/format-string-for-even-columns</guid>
    </item>
    <item>
      <title>(PHP) PHP link href formatter - focal55</title>
      <link>https://snipplr.com/view/59945/php-link-href-formatter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 19 Oct 2011 14:29:39 UTC</pubDate>
      <guid>https://snipplr.com/view/59945/php-link-href-formatter</guid>
    </item>
    <item>
      <title>(Python) Python - Date - Basics - denakitan</title>
      <link>https://snipplr.com/view/59380/python--date--basics</link>
      <description>&lt;p&gt;Reference of simple operations with dates, such as formatting and arithmetic.&lt;/p&gt;</description>
      <pubDate>Tue, 04 Oct 2011 04:39:34 UTC</pubDate>
      <guid>https://snipplr.com/view/59380/python--date--basics</guid>
    </item>
    <item>
      <title>(ActionScript 3) AS3 Class for formatting date like PHP function date - TimoZachi</title>
      <link>https://snipplr.com/view/58868/as3-class-for-formatting-date-like-php-function-date</link>
      <description>&lt;p&gt;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..&lt;/p&gt;</description>
      <pubDate>Wed, 21 Sep 2011 04:00:15 UTC</pubDate>
      <guid>https://snipplr.com/view/58868/as3-class-for-formatting-date-like-php-function-date</guid>
    </item>
    <item>
      <title>(JavaScript) format thousands - fengelz</title>
      <link>https://snipplr.com/view/58673/format-thousands</link>
      <description>&lt;p&gt;Thanks to http://www.mredkj.com/javascript/numberFormat.html#addcommas&lt;/p&gt;</description>
      <pubDate>Wed, 14 Sep 2011 19:49:44 UTC</pubDate>
      <guid>https://snipplr.com/view/58673/format-thousands</guid>
    </item>
    <item>
      <title>(PHP) Get WordPress theme menu name in slug format from location parameter - Huskie</title>
      <link>https://snipplr.com/view/58556/get-wordpress-theme-menu-name-in-slug-format-from-location-parameter</link>
      <description>&lt;p&gt;Example call: $menuName = sleek_get_theme_menu_name('footer-menu')&lt;/p&gt;</description>
      <pubDate>Fri, 09 Sep 2011 20:03:44 UTC</pubDate>
      <guid>https://snipplr.com/view/58556/get-wordpress-theme-menu-name-in-slug-format-from-location-parameter</guid>
    </item>
    <item>
      <title>(PHP) Date Format Convert - nebojsac</title>
      <link>https://snipplr.com/view/57792/date-format-convert</link>
      <description>&lt;p&gt;Switches 'dd mm yyyy' to 'yyyy-mm-dd'&lt;/p&gt;</description>
      <pubDate>Fri, 12 Aug 2011 22:18:49 UTC</pubDate>
      <guid>https://snipplr.com/view/57792/date-format-convert</guid>
    </item>
    <item>
      <title>(ActionScript 3) AS3 Get formatted time from dirty timestamp string - adrianparr</title>
      <link>https://snipplr.com/view/56330/as3-get-formatted-time-from-dirty-timestamp-string</link>
      <description>&lt;p&gt;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&lt;/p&gt;</description>
      <pubDate>Fri, 08 Jul 2011 23:20:17 UTC</pubDate>
      <guid>https://snipplr.com/view/56330/as3-get-formatted-time-from-dirty-timestamp-string</guid>
    </item>
    <item>
      <title>(ActionScript 3) AS3 Load and access JSON data example - adrianparr</title>
      <link>https://snipplr.com/view/56283/as3-load-and-access-json-data-example</link>
      <description>&lt;p&gt;For this to work you need the as3corelib classes from here ... https://github.com/mikechambers/as3corelib&lt;/p&gt;</description>
      <pubDate>Fri, 08 Jul 2011 05:33:20 UTC</pubDate>
      <guid>https://snipplr.com/view/56283/as3-load-and-access-json-data-example</guid>
    </item>
    <item>
      <title>(ActionScript 3) AS3 Simple digital clock - adrianparr</title>
      <link>https://snipplr.com/view/56195/as3-simple-digital-clock</link>
      <description>&lt;p&gt;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).&lt;/p&gt;</description>
      <pubDate>Thu, 07 Jul 2011 01:48:01 UTC</pubDate>
      <guid>https://snipplr.com/view/56195/as3-simple-digital-clock</guid>
    </item>
    <item>
      <title>(JavaScript) JavaScript Date Formatting - wizard04</title>
      <link>https://snipplr.com/view/54806/javascript-date-formatting</link>
      <description>&lt;p&gt;Format a date into a string using several string variables.&#13;
&#13;
Usage:  &#13;
(new Date("6/6/2011")).format("%W, %B %d%o, %Y");&#13;
&#13;
Result:  &#13;
Monday, June 6th, 2011&lt;/p&gt;</description>
      <pubDate>Fri, 03 Jun 2011 05:34:36 UTC</pubDate>
      <guid>https://snipplr.com/view/54806/javascript-date-formatting</guid>
    </item>
    <item>
      <title>(PHP) Change Date from dd/mm/yyyy to yyyy-dd-mm - dubogii</title>
      <link>https://snipplr.com/view/53674/change-date-from-ddmmyyyy-to-yyyyddmm</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 17 May 2011 19:54:00 UTC</pubDate>
      <guid>https://snipplr.com/view/53674/change-date-from-ddmmyyyy-to-yyyyddmm</guid>
    </item>
    <item>
      <title>(Bash) Format USB Drive on Linux - loungerdork</title>
      <link>https://snipplr.com/view/51711/format-usb-drive-on-linux</link>
      <description>&lt;p&gt;First command shows connected drives, may not be mounted.&#13;
Second command formats the drive.&lt;/p&gt;</description>
      <pubDate>Thu, 07 Apr 2011 11:51:28 UTC</pubDate>
      <guid>https://snipplr.com/view/51711/format-usb-drive-on-linux</guid>
    </item>
    <item>
      <title>(ActionScript 3) Create a textfield - marzsman</title>
      <link>https://snipplr.com/view/51529/create-a-textfield</link>
      <description>&lt;p&gt;Create a textfield and add a format&lt;/p&gt;</description>
      <pubDate>Mon, 04 Apr 2011 23:13:07 UTC</pubDate>
      <guid>https://snipplr.com/view/51529/create-a-textfield</guid>
    </item>
    <item>
      <title>(C++) Function to format double values to a string - bits</title>
      <link>https://snipplr.com/view/49803/function-to-format-double-values-to-a-string</link>
      <description>&lt;p&gt;This function shows how you can format a double value to a string with a given precision.&lt;/p&gt;</description>
      <pubDate>Mon, 28 Feb 2011 19:40:54 UTC</pubDate>
      <guid>https://snipplr.com/view/49803/function-to-format-double-values-to-a-string</guid>
    </item>
    <item>
      <title>(PHP) strotime for french date - ptiswitz</title>
      <link>https://snipplr.com/view/49662/strotime-for-french-date</link>
      <description>&lt;p&gt;The date format is dd/mm/YYYY but you can replace slashes by anything else.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Feb 2011 21:31:09 UTC</pubDate>
      <guid>https://snipplr.com/view/49662/strotime-for-french-date</guid>
    </item>
    <item>
      <title>(Visual Basic) Excel Copy value from cell with custom format - abhisood</title>
      <link>https://snipplr.com/view/49080/excel-copy-value-from-cell-with-custom-format</link>
      <description>&lt;p&gt;Excel macro to copy values from formated cells. For example:&#13;
&#13;
If you have a sheet that has huge numbers in millions for example 1,312,323 and you apply a format to the cell such that only 1.3 is displayed, if you want to copy 1.3 and put it in a database (without the format) use the following snippet.&#13;
&#13;
Select all the cells you want to apply this macro and run it.&#13;
&#13;
Note: this will convert the cell values to string&lt;/p&gt;</description>
      <pubDate>Wed, 16 Feb 2011 10:56:25 UTC</pubDate>
      <guid>https://snipplr.com/view/49080/excel-copy-value-from-cell-with-custom-format</guid>
    </item>
    <item>
      <title>(ActionScript 3) AS3 Round Decimal Places - adrianparr</title>
      <link>https://snipplr.com/view/48892/as3-round-decimal-places</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 12 Feb 2011 06:10:59 UTC</pubDate>
      <guid>https://snipplr.com/view/48892/as3-round-decimal-places</guid>
    </item>
    <item>
      <title>(PHP) C# String Format Function For PHP - tudisco</title>
      <link>https://snipplr.com/view/48481/c-string-format-function-for-php</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 06 Feb 2011 09:57:38 UTC</pubDate>
      <guid>https://snipplr.com/view/48481/c-string-format-function-for-php</guid>
    </item>
    <item>
      <title>(ActionScript 3) AS3 TextHandle Util - TextField made easy - burnandbass</title>
      <link>https://snipplr.com/view/48331/as3-texthandle-util--textfield-made-easy</link>
      <description>&lt;p&gt;Very simple and basic TextHandle class, extends TextField... You can extend to fit your needs.&#13;
&#13;
Basic usage:&#13;
&#13;
var a:TextHandle = new TextHandle("some text");&#13;
addChild(a)&#13;
&#13;
Optional params:&#13;
 &#13;
_size: uint ( default 22 ) - size of the textfiled&#13;
&#13;
_color: uint ( default 0x000000, black ) - the color of the textfield&lt;/p&gt;</description>
      <pubDate>Thu, 03 Feb 2011 15:16:20 UTC</pubDate>
      <guid>https://snipplr.com/view/48331/as3-texthandle-util--textfield-made-easy</guid>
    </item>
    <item>
      <title>(Groovy) Format string as title with center - miceno</title>
      <link>https://snipplr.com/view/45906/format-string-as-title-with-center</link>
      <description>&lt;p&gt;Create a String centered and filled with a character&lt;/p&gt;</description>
      <pubDate>Sat, 18 Dec 2010 09:10:32 UTC</pubDate>
      <guid>https://snipplr.com/view/45906/format-string-as-title-with-center</guid>
    </item>
    <item>
      <title>(XSLT) XSLT date time processing - sukantahazra</title>
      <link>https://snipplr.com/view/45452/xslt-date-time-processing</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 08 Dec 2010 13:18:07 UTC</pubDate>
      <guid>https://snipplr.com/view/45452/xslt-date-time-processing</guid>
    </item>
    <item>
      <title>(DOS Batch) Get current date in format YYYYMMDD - cappellin</title>
      <link>https://snipplr.com/view/45069/get-current-date-in-format-yyyymmdd</link>
      <description>&lt;p&gt;The code works if and only if your system is using English(United States) date format (i.e. "Web 05/11/2011"). &#13;
If your systems is using English(United Kingdom) date format just replace %%B in the first and third rows with %%A.&lt;/p&gt;</description>
      <pubDate>Wed, 01 Dec 2010 00:07:06 UTC</pubDate>
      <guid>https://snipplr.com/view/45069/get-current-date-in-format-yyyymmdd</guid>
    </item>
    <item>
      <title>(JavaScript) Python like string formatting in javascript - metoikos</title>
      <link>https://snipplr.com/view/45003/python-like-string-formatting-in-javascript</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 29 Nov 2010 06:56:13 UTC</pubDate>
      <guid>https://snipplr.com/view/45003/python-like-string-formatting-in-javascript</guid>
    </item>
    <item>
      <title>(PHP) Convert new lines to paragraphs - jmiller</title>
      <link>https://snipplr.com/view/42966/convert-new-lines-to-paragraphs</link>
      <description>&lt;p&gt;Turns /n to &lt;br&gt; and /n/n to &lt;/p&gt;&lt;p&gt;&#13;
&#13;
Usage:&#13;
echo stripslashes(nl2br(nls2p($text)));&lt;/p&gt;</description>
      <pubDate>Tue, 26 Oct 2010 15:20:29 UTC</pubDate>
      <guid>https://snipplr.com/view/42966/convert-new-lines-to-paragraphs</guid>
    </item>
    <item>
      <title>(PHP) Format Radio List in a Form Class - sorinspanu</title>
      <link>https://snipplr.com/view/42584/format-radio-list-in-a-form-class</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 20 Oct 2010 06:13:42 UTC</pubDate>
      <guid>https://snipplr.com/view/42584/format-radio-list-in-a-form-class</guid>
    </item>
    <item>
      <title>(jQuery) Format number in jQuery - TEHEK</title>
      <link>https://snipplr.com/view/41392/format-number-in-jquery</link>
      <description>&lt;p&gt;30 minutes spent on this  :)&lt;/p&gt;</description>
      <pubDate>Sun, 03 Oct 2010 17:39:07 UTC</pubDate>
      <guid>https://snipplr.com/view/41392/format-number-in-jquery</guid>
    </item>
    <item>
      <title>(Other) Make text net safe - antti</title>
      <link>https://snipplr.com/view/41149/make-text-net-safe</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 29 Sep 2010 23:10:57 UTC</pubDate>
      <guid>https://snipplr.com/view/41149/make-text-net-safe</guid>
    </item>
    <item>
      <title>(JavaScript) Format string as money - housecor</title>
      <link>https://snipplr.com/view/40536/format-string-as-money</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 15 Sep 2010 23:31:29 UTC</pubDate>
      <guid>https://snipplr.com/view/40536/format-string-as-money</guid>
    </item>
    <item>
      <title>(ActionScript 3) Formating numbers comma separator - Tmeister</title>
      <link>https://snipplr.com/view/39075/formating-numbers-comma-separator</link>
      <description>&lt;p&gt;Format number using a comma as a separator&lt;/p&gt;</description>
      <pubDate>Sat, 14 Aug 2010 11:37:06 UTC</pubDate>
      <guid>https://snipplr.com/view/39075/formating-numbers-comma-separator</guid>
    </item>
    <item>
      <title>(JavaScript) Format a string with an array of arguments - rmariuzzo</title>
      <link>https://snipplr.com/view/38806/format-a-string-with-an-array-of-arguments</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 10 Aug 2010 04:24:32 UTC</pubDate>
      <guid>https://snipplr.com/view/38806/format-a-string-with-an-array-of-arguments</guid>
    </item>
    <item>
      <title>(C#) How to convert a Time in 24 hours format? - derebus</title>
      <link>https://snipplr.com/view/38698/how-to-convert-a-time-in-24-hours-format</link>
      <description>&lt;p&gt;Como convertir tiempo a formato de 24 horas y viceversa.&lt;/p&gt;</description>
      <pubDate>Sun, 08 Aug 2010 01:39:35 UTC</pubDate>
      <guid>https://snipplr.com/view/38698/how-to-convert-a-time-in-24-hours-format</guid>
    </item>
    <item>
      <title>(C++) Std:string formatter - vorp</title>
      <link>https://snipplr.com/view/38319/stdstring-formatter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 04 Aug 2010 08:24:40 UTC</pubDate>
      <guid>https://snipplr.com/view/38319/stdstring-formatter</guid>
    </item>
    <item>
      <title>(PHP) Short + Long Address Formatting From Address Information - iloveitaly</title>
      <link>https://snipplr.com/view/37619/short--long-address-formatting-from-address-information</link>
      <description>&lt;p&gt;Assumes that the record has a `name` field which represents the name of the location and always has a defined two character `country` field.&lt;/p&gt;</description>
      <pubDate>Tue, 20 Jul 2010 00:38:17 UTC</pubDate>
      <guid>https://snipplr.com/view/37619/short--long-address-formatting-from-address-information</guid>
    </item>
    <item>
      <title>(JavaScript) output   an array without for or while loop - hand4ever</title>
      <link>https://snipplr.com/view/36669/output---an-array-without-for-or-while-loop</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 04 Jul 2010 16:15:49 UTC</pubDate>
      <guid>https://snipplr.com/view/36669/output---an-array-without-for-or-while-loop</guid>
    </item>
    <item>
      <title>(ActionScript 3) AS3 Get the Current Date in the Format YYMMDD (Reverse format) - adrianparr</title>
      <link>https://snipplr.com/view/35512/as3-get-the-current-date-in-the-format-yymmdd-reverse-format</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 04 Jun 2010 09:59:49 UTC</pubDate>
      <guid>https://snipplr.com/view/35512/as3-get-the-current-date-in-the-format-yymmdd-reverse-format</guid>
    </item>
    <item>
      <title>(ActionScript 3) AS3 Format the Text of a TextArea Component - adrianparr</title>
      <link>https://snipplr.com/view/34266/as3-format-the-text-of-a-textarea-component</link>
      <description>&lt;p&gt;To style the text in a TextArea component, create a TextFormat object and pass it to the TextArea's setStyle method.&lt;/p&gt;</description>
      <pubDate>Tue, 11 May 2010 14:38:12 UTC</pubDate>
      <guid>https://snipplr.com/view/34266/as3-format-the-text-of-a-textarea-component</guid>
    </item>
    <item>
      <title>(JavaScript) sharepoint javascript date formatter - rumremix</title>
      <link>https://snipplr.com/view/34161/sharepoint-javascript-date-formatter</link>
      <description>&lt;p&gt;converts date/time that sharepoint kicks out to m/d/y format.&lt;/p&gt;</description>
      <pubDate>Mon, 10 May 2010 12:15:35 UTC</pubDate>
      <guid>https://snipplr.com/view/34161/sharepoint-javascript-date-formatter</guid>
    </item>
  </channel>
</rss>
