<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -290,7 +290,7 @@ Object.extend(Date,{
 Object.extend(Date.prototype, {
   
   // ------------------------------------------------------------------
-  // formatDate (date_object, format, naturalLanguage)
+  // formatDate (date_object, format)
   // Returns a date in the output format specified.
   // The format string uses the same abbreviations as in getDateFromFormat()
   // </diff>
      <filename>foundation/date.js</filename>
    </modified>
    <modified>
      <diff>@@ -22,12 +22,6 @@ SC.Validator.Date = SC.Validator.extend(
   format: 'NNN d, yyyy h:mm:ss a',
   
   /**
-    If true, dates will be converted to a natural language format if
-    possible such as &quot;Tomorrow&quot; or &quot;Today&quot;.
-  */
-  naturalLanguage: true,
-  
-  /**
     if we have a number, then convert to a date object.
   */
   fieldValueForObject: function(object, form, field) {
@@ -36,7 +30,7 @@ SC.Validator.Date = SC.Validator.extend(
       date = new Date(object) ;
     } else if (object instanceof Date) { date = object; }
       
-    if (date) object = date.format(this.get('format'),this.get('naturalLanguage')) ;
+    if (date) object = date.format(this.get('format')) ;
     
     return object ;
   },</diff>
      <filename>validators/date.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c3564ee7f5fbeec6d73064f998e1787544da955b</id>
    </parent>
  </parents>
  <author>
    <name>Charles Jolley</name>
    <email>charles@sproutit.com</email>
  </author>
  <url>http://github.com/mauritslamers/sproutcore/commit/557869753d36a90f1fc15b8405b6376118ba6221</url>
  <id>557869753d36a90f1fc15b8405b6376118ba6221</id>
  <committed-date>2008-08-09T19:12:44-07:00</committed-date>
  <authored-date>2008-08-09T19:12:44-07:00</authored-date>
  <message>Remove docs that claim we support natural language formatting since we don't currently.</message>
  <tree>85166fac07e11e2af622c203cbbe36a73e0062e7</tree>
  <committer>
    <name>Charles Jolley</name>
    <email>charles@sproutit.com</email>
  </committer>
</commit>
