diff --git a/README.markdown b/README.markdown index 10375d51..8f462b28 100644 --- a/README.markdown +++ b/README.markdown @@ -28,6 +28,14 @@ Included all original [document pages](http://mottie.github.com/tablesorter/docs View the [complete listing here](http://mottie.github.com/tablesorter/changelog.txt). +#### Version 2.0.23 (2011-10-18) + +* Changed the `dateFormat` option: + * The settings are now "mmddyyyy", "ddmmyyyy", and "yyyymmdd". + * Changed the date separator to include any of the following: slash, dash, period, comma, space(s) or tab. + * The date format parser will only work with a four digit year. + * Added a [demo page](http://mottie.github.com/tablesorter/docs/example-option-date-format.html). + #### Version 2.0.22.1 (2011-10-15) * Updated the stickyHeaders widget diff --git a/changelog.txt b/changelog.txt index eda111ca..a83e53d0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,14 @@ TableSorter Change Log +Version 2.0.23 (2011-10-18) +============================ + +* Changed the `dateFormat` option: + * The settings are now "mmddyyyy", "ddmmyyyy", and "yyyymmdd". + * Changed the date separator to include any of the following: slash, dash, period, comma, space(s) or tab. + * The date format parser will only work with a four digit year. + * Added a [demo page](http://mottie.github.com/tablesorter/docs/example-option-date-format.html). + Version 2.0.22.1 (2011-10-15) ============================ diff --git a/docs/example-option-date-format.html b/docs/example-option-date-format.html new file mode 100644 index 00000000..464cd87d --- /dev/null +++ b/docs/example-option-date-format.html @@ -0,0 +1,150 @@ + + + + + jQuery plugin: Tablesorter 2.0 - Changing the date format + + + + + + + + + + + + + + + + + + +
+ +

+ NOTE! +

+

+ +

Demo

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date MMDDYYYYDate DDMMYYYYDate YYYYMMDD
8-7-20117-8-20112011-8-7
12/28/201128/12/20112011/12/28
6 30 201130 6 20112011 6 30
11/1/20111/11/20112011/11/1
3.4.20114.3.20112011.3.4
07 01-201101 7-20112011-7 01
04/5,20115/04,20112011,04/5
1/21 201121.1/20112011/1.21
5.24-201124.5-20112011-5.24
10,14,201114,10,20112011,10,14
09 07 2011 07 09 20112011 09 07
2 27.201127 2.20112011 2 27
8 07 2010 07 8 20102010 8 07
+ +

Javascript

+
+

+	
+

HTML

+
+

+	
+ +
+
+ Next up: Basic: Disable header using options ›› +
+ +
+ + + + diff --git a/docs/example-parsers-class-name.html b/docs/example-parsers-class-name.html index 7f826fb6..51c31938 100644 --- a/docs/example-parsers-class-name.html +++ b/docs/example-parsers-class-name.html @@ -101,7 +101,7 @@

- Next up: Basic: Disable header using options ›› + Next up: Basic: Changing the date format ››
diff --git a/docs/index.html b/docs/index.html index 463f59e9..ee6afdc8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -36,7 +36,7 @@

Author: Christian Bach
- Version: 2.0.22 (forked from version 2.0.5, changelog)
+ Version: 2.0.23 (forked from version 2.0.5, changelog)
Licence: Dual licensed under MIT or GPL licenses. @@ -308,6 +308,7 @@

  • Dealing with digits!
  • Dealing with text strings in numerical sorts New! v2.0.10
  • Disable or set the column parser using class names New! v2.0.11
  • +
  • Changing the date format New! v2.0.23
  • Parser, writing your own
  • Dealing with markup inside cells (textExtraction function)
  • @@ -338,9 +339,12 @@

    Change Header Style

    +
    +

    Other

    Options & Events