<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/tedhi/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/tedhi/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 15 Jun 2013 01:35:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tedhi/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Malcolm</title><link>https://sourceforge.net/p/tedhi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v20
+++ v21
@@ -56,7 +56,7 @@

 Ant: add the following to your classpath:

-* tedhi-x.x.jar
+* [tedhi-x.x.jar](https://sourceforge.net/projects/tedhi/files)
 * [Apache commons lang](http://commons.apache.org/proper/commons-lang)

 [Tedhi Sourceforge Summary](http://sourceforge.net/projects/tedhi/)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Malcolm</dc:creator><pubDate>Sat, 15 Jun 2013 01:35:26 -0000</pubDate><guid>https://sourceforge.netf8ff130c7945b69df1064fcb403330a1a51e9033</guid></item><item><title>Home modified by Malcolm</title><link>https://sourceforge.net/p/tedhi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v19
+++ v20
@@ -57,7 +57,7 @@
 Ant: add the following to your classpath:

 * tedhi-x.x.jar
-* apache commons lang3
+* [Apache commons lang](http://commons.apache.org/proper/commons-lang)

 [Tedhi Sourceforge Summary](http://sourceforge.net/projects/tedhi/)
 [The Psychology of Dates and Times]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Malcolm</dc:creator><pubDate>Sat, 15 Jun 2013 01:34:56 -0000</pubDate><guid>https://sourceforge.netb11b333808bfee7c1f300fbaa456789e02aa3e9e</guid></item><item><title>Home modified by Malcolm</title><link>https://sourceforge.net/p/tedhi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -17,14 +17,16 @@
 * Nov (start of 1/Nov this year, to end of 30/Nov this year)
 * after 10/Jan, before 15/Jan (start of 11/Jan to end of 15/Jan, this year)

-**Flexible Date and Date Ranger Format Creation**
+Flexible Date and Date Ranger Format Creation
+------------------------------------------------
 Create formatter instances easily with any of the following methods or their locale specific variants:

 * getDateInstance() - default for the locale
 * getDateInstance(int style) - using java.text.DateFormat styles: FULL, LONG, MEDIUM, SHORT
 * getInstance(String pattern) - using the date pattern from java.text.SimpleDateFormat

-**Date Ranges**
+Date Range Syntax
+-------------------
 Date ranges are *from* a date *to* another date, but are optionally open-ended at either one or both ends. Date ranges may be specified using inclusive or exclusive syntax, and in fact the two can be mixed together.

 The basic forms of date ranges are as follows:
@@ -41,6 +43,22 @@

 * you can combine "from" with "before", and "after" with "to"

+Including Tedhi in your Project
+-----------------------------
+Maven: add the following to your pom:
+
+    
+      net.sourceforge.tedhi
+      tedhi
+      0.5
+    
+
+
+Ant: add the following to your classpath:
+
+* tedhi-x.x.jar
+* apache commons lang3
+
 [Tedhi Sourceforge Summary](http://sourceforge.net/projects/tedhi/)
 [The Psychology of Dates and Times]
 [Wiki Tips]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Malcolm</dc:creator><pubDate>Sat, 15 Jun 2013 01:31:18 -0000</pubDate><guid>https://sourceforge.net0d265a6e3d303c2dad6755e07cc49ab7205058d9</guid></item><item><title>Home modified by Malcolm</title><link>https://sourceforge.net/p/tedhi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -20,6 +20,7 @@
 **Flexible Date and Date Ranger Format Creation**
 Create formatter instances easily with any of the following methods or their locale specific variants:

+* getDateInstance() - default for the locale
 * getDateInstance(int style) - using java.text.DateFormat styles: FULL, LONG, MEDIUM, SHORT
 * getInstance(String pattern) - using the date pattern from java.text.SimpleDateFormat

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Malcolm</dc:creator><pubDate>Thu, 13 Jun 2013 00:57:48 -0000</pubDate><guid>https://sourceforge.net2322e3ce245f1764a0060a55c6ea6be8f449e797</guid></item><item><title>Home modified by Malcolm</title><link>https://sourceforge.net/p/tedhi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -11,18 +11,20 @@

 * 1/Nov/2012 to 30/Nov/2012 (start of 1st to end of 30th)
 * from 1/Nov/2012 to 30/Nov/2012 (same as above)
-* Nov/2012 to Dec/2012 (start of 1/Nov to end of 31/Dec)
+* Nov/2012 to Dec (start of 1/Nov/2012 to end of 31/Dec/2012)
+* Aug to Mar/2013 (start of 1/Aug/2012 to end of 31/Mar/3013)
 * 2012 to 2013 (start of 1/Jan/2012 to end of 31/Dec/2012)
 * Nov (start of 1/Nov this year, to end of 30/Nov this year)
 * after 10/Jan, before 15/Jan (start of 11/Jan to end of 15/Jan, this year)

-**Dates**
-Dates are currently always ordered D/M/Y.
-I'll soon be adding support to also recognise the ISO standard order (Y/M/D).
-Internationalization is a little way off though.
+**Flexible Date and Date Ranger Format Creation**
+Create formatter instances easily with any of the following methods or their locale specific variants:
+
+* getDateInstance(int style) - using java.text.DateFormat styles: FULL, LONG, MEDIUM, SHORT
+* getInstance(String pattern) - using the date pattern from java.text.SimpleDateFormat

 **Date Ranges**
-Date ranges are always computed as either an open ended range from one date onwards or all dates up to a date, or as a range with a start and an end, and no gaps in between. Date ranges may be specified using inclusive or exclusive syntax, and in fact the two can be mixed together.
+Date ranges are *from* a date *to* another date, but are optionally open-ended at either one or both ends. Date ranges may be specified using inclusive or exclusive syntax, and in fact the two can be mixed together.

 The basic forms of date ranges are as follows:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Malcolm</dc:creator><pubDate>Thu, 13 Jun 2013 00:56:58 -0000</pubDate><guid>https://sourceforge.neta9d56e0d88b88d20c56db9674decb085fa9a9ef8</guid></item><item><title>Home modified by Malcolm</title><link>https://sourceforge.net/p/tedhi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -39,6 +39,7 @@
 * you can combine "from" with "before", and "after" with "to"

 [Tedhi Sourceforge Summary](http://sourceforge.net/projects/tedhi/)
+[The Psychology of Dates and Times]
 [Wiki Tips]
 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Malcolm</dc:creator><pubDate>Mon, 13 May 2013 13:43:06 -0000</pubDate><guid>https://sourceforge.net6f4ab47d7a5a00f039aae15b06656d9cc4977e40</guid></item><item><title>Home modified by Malcolm</title><link>https://sourceforge.net/p/tedhi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -1,8 +1,4 @@
 Welcome to Tedhi - the new date and date range parser for Java that beats everything else in user simplicity.
-
-
-[[download_button]]
-

 Examples of date supported are:

@@ -45,3 +41,4 @@
 [Tedhi Sourceforge Summary](http://sourceforge.net/projects/tedhi/)
 [Wiki Tips]
 [[members limit=20]]
+[[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Malcolm</dc:creator><pubDate>Mon, 13 May 2013 13:41:47 -0000</pubDate><guid>https://sourceforge.net59277b109a16aef47e45acba797e701178b7704c</guid></item><item><title>Home modified by Malcolm</title><link>https://sourceforge.net/p/tedhi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -1,5 +1,8 @@
 Welcome to Tedhi - the new date and date range parser for Java that beats everything else in user simplicity.
+
+
 [[download_button]]
+

 Examples of date supported are:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Malcolm</dc:creator><pubDate>Mon, 13 May 2013 13:41:28 -0000</pubDate><guid>https://sourceforge.net08663d79292d8ebe78efb52662890f778ea87315</guid></item><item><title>Home modified by Malcolm</title><link>https://sourceforge.net/p/tedhi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -1,4 +1,5 @@
 Welcome to Tedhi - the new date and date range parser for Java that beats everything else in user simplicity.
+[[download_button]]

 Examples of date supported are:

@@ -41,4 +42,3 @@
 [Tedhi Sourceforge Summary](http://sourceforge.net/projects/tedhi/)
 [Wiki Tips]
 [[members limit=20]]
-[[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Malcolm</dc:creator><pubDate>Mon, 13 May 2013 13:41:08 -0000</pubDate><guid>https://sourceforge.net239db66fc6d60e83861dc9498042abd63c52e9a0</guid></item><item><title>Home modified by Malcolm</title><link>https://sourceforge.net/p/tedhi/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -32,9 +32,11 @@
 * to &amp;lt;start-date&amp;gt; - open-ended inclusive date range
 * after &amp;lt;start-date&amp;gt; - open-ended exclusive date range
 * before &amp;lt;start-date&amp;gt; - open-ended exclusive date range
-* 
+* &amp;lt;partial-date&amp;lt; - inclusive date range according to the level at which the date is defined, ie: define to the day and the range covers that day; define to a month and the range covers that month; define to a year and the range covers that year;

+Additionally:

+* you can combine "from" with "before", and "after" with "to"

 [Tedhi Sourceforge Summary](http://sourceforge.net/projects/tedhi/)
 [Wiki Tips]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Malcolm</dc:creator><pubDate>Mon, 13 May 2013 13:40:27 -0000</pubDate><guid>https://sourceforge.net707e8248a07be2653b1a81d3cdf5783377507a18</guid></item></channel></rss>