<?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 16:50:46 +0000</lastBuildDate>
    <item>
      <title>(JavaScript) Validating a Date Format - jlustre</title>
      <link>https://snipplr.com/view/337343/validating-a-date-format</link>
      <description>&lt;p&gt;This is used to validate a date in a specific format. The code example is to validate whether it is a valid dd/MM/yyyy Date Format.&lt;/p&gt;</description>
      <pubDate>Thu, 05 Mar 2020 18:47:16 UTC</pubDate>
      <guid>https://snipplr.com/view/337343/validating-a-date-format</guid>
    </item>
    <item>
      <title>(Python) Get current date and time in Python - johnwalsh1</title>
      <link>https://snipplr.com/view/337289/get-current-date-and-time-in-python</link>
      <description>&lt;p&gt;Always gives me perfect date.&#13;
&#13;
Sample Output&#13;
&#13;
Current Day is: 1&#13;
Current Month is: 2&#13;
Current Year is: 2020&#13;
Current Hour is: 17&#13;
Current Minute is: 3&#13;
Current Second is: 8&#13;
Current Microsecond is: 556483&lt;/p&gt;</description>
      <pubDate>Sat, 29 Feb 2020 10:22:06 UTC</pubDate>
      <guid>https://snipplr.com/view/337289/get-current-date-and-time-in-python</guid>
    </item>
    <item>
      <title>(Visual Basic) [vba-excel] lister fichiers avec détails, dans une feuille excel - martinbrait</title>
      <link>https://snipplr.com/view/333614/vbaexcel-lister-fichiers-avec-dtails-dans-une-feuille-excel</link>
      <description>&lt;p&gt;How to list files, with details, in an excel sheet&lt;/p&gt;</description>
      <pubDate>Sat, 10 Aug 2019 23:04:01 UTC</pubDate>
      <guid>https://snipplr.com/view/333614/vbaexcel-lister-fichiers-avec-dtails-dans-une-feuille-excel</guid>
    </item>
    <item>
      <title>(PHP) How to use date pop-up calendar in custom drupal form - guruparthi</title>
      <link>https://snipplr.com/view/258467/how-to-use-date-popup-calendar-in-custom-drupal-form</link>
      <description>&lt;p&gt;How to use date pop-up calendar in custom drupal form&lt;/p&gt;</description>
      <pubDate>Thu, 03 Nov 2016 07:01:36 UTC</pubDate>
      <guid>https://snipplr.com/view/258467/how-to-use-date-popup-calendar-in-custom-drupal-form</guid>
    </item>
    <item>
      <title>(PHP) Credit card Year dropdown - acosonic</title>
      <link>https://snipplr.com/view/174985/credit-card-year-dropdown</link>
      <description>&lt;p&gt;This snippet adds credit card select box dropdown values 10 years in future from current year.&lt;/p&gt;</description>
      <pubDate>Wed, 14 Sep 2016 23:00:37 UTC</pubDate>
      <guid>https://snipplr.com/view/174985/credit-card-year-dropdown</guid>
    </item>
    <item>
      <title>(MySQL) Find last two updates to a record - bvwatson</title>
      <link>https://snipplr.com/view/100760/find-last-two-updates-to-a-record</link>
      <description>&lt;p&gt;Created as reply to question on ittoolbox.com:"Need your help in writing a query to pull audit history i.e. Last updated by a user 'XYZ' and for the same record key (ID) the second last record in the audit history table. i.e. Last update by this user and the previous updated record to this record by anybody e.g. "&#13;
http://database.ittoolbox.com/groups/technical-functional/sql-l/sql-to-find-records-updated-by-particular-user-and-the-prior-one-5732386&#13;
&#13;
This snippet is written to show a step-by-step process of building the query to produce the results. It started with the simple query, then builds on that to the final query and results.&lt;/p&gt;</description>
      <pubDate>Thu, 14 May 2015 03:59:35 UTC</pubDate>
      <guid>https://snipplr.com/view/100760/find-last-two-updates-to-a-record</guid>
    </item>
    <item>
      <title>(JavaScript) FILL DATE INPUT WITH FIRST AND LAST DAY OF CURRENT MONTH - Igeco</title>
      <link>https://snipplr.com/view/79876/fill-date-input-with-first-and-last-day-of-current-month</link>
      <description>&lt;p&gt;Permet de prÃ©remplir des champs avec le premier et le dernier jour du mois courant au format jj/mm/aaaa&lt;/p&gt;</description>
      <pubDate>Thu, 16 Oct 2014 19:05:57 UTC</pubDate>
      <guid>https://snipplr.com/view/79876/fill-date-input-with-first-and-last-day-of-current-month</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>(C#) C# get release date from Umbraco post - Reiff</title>
      <link>https://snipplr.com/view/74160/c-get-release-date-from-umbraco-post</link>
      <description>&lt;p&gt;You could use this snippet as an Umbraco XSLT Extension to be able to get releasedate from the Umbraco post in XSLT.&lt;/p&gt;</description>
      <pubDate>Wed, 09 Apr 2014 20:17:54 UTC</pubDate>
      <guid>https://snipplr.com/view/74160/c-get-release-date-from-umbraco-post</guid>
    </item>
    <item>
      <title>(PHP) mySQL datetime to formatted PHP date - flatearthcomms</title>
      <link>https://snipplr.com/view/74099/mysql-datetime-to-formatted-php-date</link>
      <description>&lt;p&gt;Format a mysql datetime into a PHP date&lt;/p&gt;</description>
      <pubDate>Wed, 02 Apr 2014 11:47:45 UTC</pubDate>
      <guid>https://snipplr.com/view/74099/mysql-datetime-to-formatted-php-date</guid>
    </item>
    <item>
      <title>(MySQL) Add current date to date field that is null - jlmarks</title>
      <link>https://snipplr.com/view/74051/add-current-date-to-date-field-that-is-null</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 30 Mar 2014 17:41:12 UTC</pubDate>
      <guid>https://snipplr.com/view/74051/add-current-date-to-date-field-that-is-null</guid>
    </item>
    <item>
      <title>(PHP) Check if a date is in the past or the future - gromitski</title>
      <link>https://snipplr.com/view/73149/check-if-a-date-is-in-the-past-or-the-future</link>
      <description>&lt;p&gt;Examine a date and return false if it's in the past, or true for the future.&#13;
&#13;
Slightly more complicated than it needs to be, however there's an easy tutorial with full explanation if you follow the attached link.&lt;/p&gt;</description>
      <pubDate>Sat, 14 Dec 2013 06:55:04 UTC</pubDate>
      <guid>https://snipplr.com/view/73149/check-if-a-date-is-in-the-past-or-the-future</guid>
    </item>
    <item>
      <title>(JavaScript) Date.lapsed(Date) - camdagr8</title>
      <link>https://snipplr.com/view/72942/datelapseddate</link>
      <description>&lt;p&gt;Calculates the time in hh:mm:ss between two dates&#13;
&#13;
Usage: &#13;
var past = new Date('1/1/2013'); &#13;
var now = new Date();&#13;
&#13;
var lapsed = past.lapsed(now);&lt;/p&gt;</description>
      <pubDate>Wed, 20 Nov 2013 10:14:57 UTC</pubDate>
      <guid>https://snipplr.com/view/72942/datelapseddate</guid>
    </item>
    <item>
      <title>(PHP) username, password and date validation with php - codingforever99</title>
      <link>https://snipplr.com/view/72738/username-password-and-date-validation-with-php</link>
      <description>&lt;p&gt;Simple PHP functions to validate username, password and date, functions check the input format and allowed characters and then return TRUE for valid data and FALSE for invalid data.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Oct 2013 14:55:11 UTC</pubDate>
      <guid>https://snipplr.com/view/72738/username-password-and-date-validation-with-php</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) Light Date-to-String formatting - domramirez</title>
      <link>https://snipplr.com/view/72408/light-datetostring-formatting</link>
      <description>&lt;p&gt;I don't really know how other people do this kind of thing, but this was my take.&lt;/p&gt;</description>
      <pubDate>Fri, 20 Sep 2013 08:56:06 UTC</pubDate>
      <guid>https://snipplr.com/view/72408/light-datetostring-formatting</guid>
    </item>
    <item>
      <title>(PHP) PHP Date range formatter - vodou</title>
      <link>https://snipplr.com/view/71439/php-date-range-formatter</link>
      <description>&lt;p&gt;Takes one or two PHP timestamps, and returns a somewhat humanized string representing the date range&#13;
&#13;
* Jun 7th, 2013&#13;
* Jun 7th-11th, 2013&#13;
* Jun 7th-Jul 3rd, 2013&#13;
* Jun 7th, 2013-Jan 1st, 2013&lt;/p&gt;</description>
      <pubDate>Fri, 07 Jun 2013 07:19:29 UTC</pubDate>
      <guid>https://snipplr.com/view/71439/php-date-range-formatter</guid>
    </item>
    <item>
      <title>(ASP) Date and hour Format in RadDatePicker - keidash</title>
      <link>https://snipplr.com/view/71331/date-and-hour-format-in-raddatepicker</link>
      <description>&lt;p&gt;Como aÃ±adir el formator para dd/mm/yyyy + hora&lt;/p&gt;</description>
      <pubDate>Thu, 30 May 2013 01:04:35 UTC</pubDate>
      <guid>https://snipplr.com/view/71331/date-and-hour-format-in-raddatepicker</guid>
    </item>
    <item>
      <title>(JavaScript) Convert a Date object to an ISO 8601 formatted string - davidwaterston</title>
      <link>https://snipplr.com/view/69448/convert-a-date-object-to-an-iso-8601-formatted-string</link>
      <description>&lt;p&gt;Javascript which converts a Date object into an ISO 8601 formatted string - 'YYYY-MM-DDTHH:mm:ss.sssZ' - with a fallback for when the function 'toISOString' doesn't exist (e.g. IE 8 or less).&#13;
&#13;
Usage:&#13;
var now = new Date;&#13;
console.log(now.toISOString());&#13;
&#13;
Validates clean in JSLint (Edition 2012-12-31).&lt;/p&gt;</description>
      <pubDate>Mon, 14 Jan 2013 04:56:38 UTC</pubDate>
      <guid>https://snipplr.com/view/69448/convert-a-date-object-to-an-iso-8601-formatted-string</guid>
    </item>
    <item>
      <title>(JavaScript) dynamic current year with JavaScript - rumremix</title>
      <link>https://snipplr.com/view/69286/dynamic-current-year-with-javascript</link>
      <description>&lt;p&gt;Often on a page footer, we want a copyright date range starting with the year the website was launched and ending the current year. Doing this dynamically means no need to update on 1/1 every year. The js snippet below uses the server date to accomplish this.&lt;/p&gt;</description>
      <pubDate>Fri, 28 Dec 2012 09:44:12 UTC</pubDate>
      <guid>https://snipplr.com/view/69286/dynamic-current-year-with-javascript</guid>
    </item>
    <item>
      <title>(PHP) Calculates the age out of a webEdition date field of a customer - steho</title>
      <link>https://snipplr.com/view/69017/calculates-the-age-out-of-a-webedition-date-field-of-a-customer</link>
      <description>&lt;p&gt;PHP script calculating the age of a customer coming from a webEdition field of the customer management.&lt;/p&gt;</description>
      <pubDate>Sat, 08 Dec 2012 04:59:34 UTC</pubDate>
      <guid>https://snipplr.com/view/69017/calculates-the-age-out-of-a-webedition-date-field-of-a-customer</guid>
    </item>
    <item>
      <title>(PHP) Wordpress wp_get_archives for a specific category - i-am-andy</title>
      <link>https://snipplr.com/view/67166/wordpress-wpgetarchives-for-a-specific-category</link>
      <description>&lt;p&gt;Get Wordpress wp_get_archives for a specific category... by default it sghows all categorys&lt;/p&gt;</description>
      <pubDate>Thu, 13 Sep 2012 02:12:28 UTC</pubDate>
      <guid>https://snipplr.com/view/67166/wordpress-wpgetarchives-for-a-specific-category</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>(C) Date format in C - mlecho</title>
      <link>https://snipplr.com/view/66233/date-format-in-c</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 20 Jul 2012 05:21:09 UTC</pubDate>
      <guid>https://snipplr.com/view/66233/date-format-in-c</guid>
    </item>
    <item>
      <title>(PHP) Simple function for converting unix timestamp to user friendly date - TimoZachi</title>
      <link>https://snipplr.com/view/66087/simple-function-for-converting-unix-timestamp-to-user-friendly-date</link>
      <description>&lt;p&gt;A simple function for converting a php timestamp (integer) to a user frindly format. Examples: 10 Seconds ago, 4 Days ago. The function converts timestamp to U.F. format only if the timestamp is earlyer than one week. Otherwise it uses $dateFormat argument to display the date.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Jul 2012 02:03:31 UTC</pubDate>
      <guid>https://snipplr.com/view/66087/simple-function-for-converting-unix-timestamp-to-user-friendly-date</guid>
    </item>
    <item>
      <title>(DOS Batch) Add a current date to a file - _reydin_</title>
      <link>https://snipplr.com/view/65936/add-a-current-date-to-a-file</link>
      <description>&lt;p&gt;This is a batch file that will add the date to the end of all files in a particular directory located on the user's desktop and place them in a directory called Output_Renamed on the user's desktop.&lt;/p&gt;</description>
      <pubDate>Wed, 04 Jul 2012 06:36:39 UTC</pubDate>
      <guid>https://snipplr.com/view/65936/add-a-current-date-to-a-file</guid>
    </item>
    <item>
      <title>(PHP) Validate the date - _reydin_</title>
      <link>https://snipplr.com/view/65771/validate-the-date</link>
      <description>&lt;p&gt;This will check the date and if it is not a valid date then it will increment the month and reset the day back to one.&lt;/p&gt;</description>
      <pubDate>Sat, 23 Jun 2012 07:02:31 UTC</pubDate>
      <guid>https://snipplr.com/view/65771/validate-the-date</guid>
    </item>
    <item>
      <title>(PHP) PHP - Getting Yesterday\'s Date in PHP - satie83</title>
      <link>https://snipplr.com/view/65560/php--getting-yesterdays-date-in-php</link>
      <description>&lt;p&gt;Example calculate yesterday, but if you multiply by some number you can get in an easy way, weeks, months or years&lt;/p&gt;</description>
      <pubDate>Tue, 12 Jun 2012 20:46:33 UTC</pubDate>
      <guid>https://snipplr.com/view/65560/php--getting-yesterdays-date-in-php</guid>
    </item>
    <item>
      <title>(PHP) PHP5 DateTimeZones grouped by continent - ch1902</title>
      <link>https://snipplr.com/view/64847/php5-datetimezones-grouped-by-continent</link>
      <description>&lt;p&gt;This is the list of [supported timzones](http://php.net/manual/timezones.php) that can be used with the [PHP5 DateTime](http://php.net/manual/class.datetime.php) class, grouped by geographical continent (rather than PHP's America/..., Asia/... etc identifiers). &#13;
&#13;
The array was built using the [DateTimeZone::getLocation()](http://php.net/manual/datetimezone.getlocation.php) method and [this list](http://en.wikipedia.org/wiki/List_of_sovereign_states_and_dependent_territories_by_continent_%28data_file%29) of ISO-3166-1 country codes (correcting for countries that straddle the Europe/Asia border, e.g. Russia).&lt;/p&gt;</description>
      <pubDate>Sat, 12 May 2012 22:39:08 UTC</pubDate>
      <guid>https://snipplr.com/view/64847/php5-datetimezones-grouped-by-continent</guid>
    </item>
    <item>
      <title>(PHP) PHP display date: year, month, day, time, etc. - jknight42</title>
      <link>https://snipplr.com/view/62837/php-display-date-year-month-day-time-etc</link>
      <description>&lt;p&gt;Just a few quick functions to display the date in PHP.&lt;/p&gt;</description>
      <pubDate>Sun, 29 Jan 2012 09:12:35 UTC</pubDate>
      <guid>https://snipplr.com/view/62837/php-display-date-year-month-day-time-etc</guid>
    </item>
    <item>
      <title>(JavaScript) Flexible JavaScript Date Validation w/ Regex - pumpkinthehead</title>
      <link>https://snipplr.com/view/62670/flexible-javascript-date-validation-w-regex</link>
      <description>&lt;p&gt;Find the date with or without a year and with double or single digit month or day.  Easily extendable to other date delimiters and formats.&lt;/p&gt;</description>
      <pubDate>Fri, 20 Jan 2012 11:19:14 UTC</pubDate>
      <guid>https://snipplr.com/view/62670/flexible-javascript-date-validation-w-regex</guid>
    </item>
    <item>
      <title>(VB.NET) Julian Day of The Year - jsturtevant</title>
      <link>https://snipplr.com/view/62629/julian-day-of-the-year</link>
      <description>&lt;p&gt;http://msdn.microsoft.com/en-us/library/system.globalization.juliancalendar.getdayofyear(v=vs.90).aspx&lt;/p&gt;</description>
      <pubDate>Thu, 19 Jan 2012 01:38:29 UTC</pubDate>
      <guid>https://snipplr.com/view/62629/julian-day-of-the-year</guid>
    </item>
    <item>
      <title>(ActionScript 3) Birth date validation - steppannws</title>
      <link>https://snipplr.com/view/62522/birth-date-validation</link>
      <description>&lt;p&gt;Validate Birth day.&lt;/p&gt;</description>
      <pubDate>Fri, 13 Jan 2012 01:54:32 UTC</pubDate>
      <guid>https://snipplr.com/view/62522/birth-date-validation</guid>
    </item>
    <item>
      <title>(JavaScript) Como tener la fecha exacta en JavaScript para una aplicacion. - jrobinsonc</title>
      <link>https://snipplr.com/view/62463/como-tener-la-fecha-exacta-en-javascript-para-una-aplicacion</link>
      <description>&lt;p&gt;Esto es por si estamos desarrollando una aplicaciÃ³n en la cual necesitamos manejar la fecha y hora con javascript.&lt;/p&gt;</description>
      <pubDate>Wed, 11 Jan 2012 02:22:42 UTC</pubDate>
      <guid>https://snipplr.com/view/62463/como-tener-la-fecha-exacta-en-javascript-para-una-aplicacion</guid>
    </item>
    <item>
      <title>(SQL) Sql Date Difference - jsturtevant</title>
      <link>https://snipplr.com/view/62372/sql-date-difference</link>
      <description>&lt;p&gt;Can use second, Minute and many other from the url above&lt;/p&gt;</description>
      <pubDate>Sat, 07 Jan 2012 01:29:19 UTC</pubDate>
      <guid>https://snipplr.com/view/62372/sql-date-difference</guid>
    </item>
    <item>
      <title>(Clojure) Clojure ISO 8601 current date with clj-time - ef</title>
      <link>https://snipplr.com/view/62060/clojure-iso-8601-current-date-with-cljtime</link>
      <description>&lt;p&gt;Better way of generating date in ISO 8601 format (e.g. "2011-12-12T20:50:22+0100").  &#13;
Needs to require  [clj-time.core :as time]  and  [clj-time.format :as time-format].&lt;/p&gt;</description>
      <pubDate>Wed, 21 Dec 2011 23:10:15 UTC</pubDate>
      <guid>https://snipplr.com/view/62060/clojure-iso-8601-current-date-with-cljtime</guid>
    </item>
    <item>
      <title>(Clojure) Clojure ISO 8601 current date - ef</title>
      <link>https://snipplr.com/view/61835/clojure-iso-8601-current-date</link>
      <description>&lt;p&gt;Return string representing current date in ISO 8601 format, e.g. "2011-12-12T20:50:22+0100".&#13;
java.util.Calendar and java.text.SimpleDateFormat have to be imported first.&#13;
NOTICE: Use this instead: http://snipplr.com/view/62060/clojure-iso-8601-current-date-with-cljtime/&lt;/p&gt;</description>
      <pubDate>Tue, 13 Dec 2011 06:54:22 UTC</pubDate>
      <guid>https://snipplr.com/view/61835/clojure-iso-8601-current-date</guid>
    </item>
    <item>
      <title>(MySQL) Convert textual dates of the form '[d]d-[m]m-yyyy' to actual dates - jpkunst</title>
      <link>https://snipplr.com/view/61680/convert-textual-dates-of-the-form-ddmmyyyy-to-actual-dates</link>
      <description>&lt;p&gt;Converts textual dates like '1-3-1954' and '01-02-1963' to respectively '1954-3-1' and '1963-02-01'. MySQL is smart enough to understand the values without leading zeros when inserting into a DATE field.&lt;/p&gt;</description>
      <pubDate>Tue, 06 Dec 2011 00:55:18 UTC</pubDate>
      <guid>https://snipplr.com/view/61680/convert-textual-dates-of-the-form-ddmmyyyy-to-actual-dates</guid>
    </item>
    <item>
      <title>(SQL) Convert integer to date using SQL in iSeries DB2 - wnasich</title>
      <link>https://snipplr.com/view/60737/convert-integer-to-date-using-sql-in-iseries-db2</link>
      <description>&lt;p&gt;intfield has this format: YYYYMMDD&lt;/p&gt;</description>
      <pubDate>Sat, 12 Nov 2011 02:21:22 UTC</pubDate>
      <guid>https://snipplr.com/view/60737/convert-integer-to-date-using-sql-in-iseries-db2</guid>
    </item>
    <item>
      <title>(SQL) Find rows with last date of month - danfsmith</title>
      <link>https://snipplr.com/view/60640/find-rows-with-last-date-of-month</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 09 Nov 2011 01:27:51 UTC</pubDate>
      <guid>https://snipplr.com/view/60640/find-rows-with-last-date-of-month</guid>
    </item>
    <item>
      <title>(PHP) Convert Twitter API Datetime to MySQL Datetime Format - aristoworks</title>
      <link>https://snipplr.com/view/59869/convert-twitter-api-datetime-to-mysql-datetime-format</link>
      <description>&lt;p&gt;This is a very rudimentary function used to convert a Datetime delivered by the Twitter API to a format you can store in MySQL's datetime field.&lt;/p&gt;</description>
      <pubDate>Mon, 17 Oct 2011 00:51:40 UTC</pubDate>
      <guid>https://snipplr.com/view/59869/convert-twitter-api-datetime-to-mysql-datetime-format</guid>
    </item>
    <item>
      <title>(Objective C) Calendar - difference between two dates - ggrngg</title>
      <link>https://snipplr.com/view/59604/calendar--difference-between-two-dates</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 10 Oct 2011 23:21:25 UTC</pubDate>
      <guid>https://snipplr.com/view/59604/calendar--difference-between-two-dates</guid>
    </item>
    <item>
      <title>(Other) Excel Convert Epoch Time - silentpro</title>
      <link>https://snipplr.com/view/59568/excel-convert-epoch-time</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 09 Oct 2011 03:47:47 UTC</pubDate>
      <guid>https://snipplr.com/view/59568/excel-convert-epoch-time</guid>
    </item>
    <item>
      <title>(C#) LinQ to Entities, Max Date Field, Grouped By whatever - Krummelz</title>
      <link>https://snipplr.com/view/59504/linq-to-entities-max-date-field-grouped-by-whatever</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 06 Oct 2011 23:59:23 UTC</pubDate>
      <guid>https://snipplr.com/view/59504/linq-to-entities-max-date-field-grouped-by-whatever</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>(JavaScript) last day of a month - ashsa</title>
      <link>https://snipplr.com/view/59229/last-day-of-a-month</link>
      <description>&lt;p&gt;Using the day "zero" of the next month...&lt;/p&gt;</description>
      <pubDate>Thu, 29 Sep 2011 01:17:49 UTC</pubDate>
      <guid>https://snipplr.com/view/59229/last-day-of-a-month</guid>
    </item>
    <item>
      <title>(jQuery) Disable previous dates from today in jQuery datepicker - eldanieldeepak</title>
      <link>https://snipplr.com/view/59029/disable-previous-dates-from-today-in-jquery-datepicker</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 23 Sep 2011 22:02:17 UTC</pubDate>
      <guid>https://snipplr.com/view/59029/disable-previous-dates-from-today-in-jquery-datepicker</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) json date format regex - pflangan</title>
      <link>https://snipplr.com/view/58675/json-date-format-regex</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 14 Sep 2011 20:19:57 UTC</pubDate>
      <guid>https://snipplr.com/view/58675/json-date-format-regex</guid>
    </item>
    <item>
      <title>(Java) Combine a date and a time into a single date-time using java.util.Date - RobEllis</title>
      <link>https://snipplr.com/view/58606/combine-a-date-and-a-time-into-a-single-datetime-using-javautildate</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 12 Sep 2011 19:21:58 UTC</pubDate>
      <guid>https://snipplr.com/view/58606/combine-a-date-and-a-time-into-a-single-datetime-using-javautildate</guid>
    </item>
  </channel>
</rss>
