<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -192,7 +192,8 @@ module ExtScaffoldCoreExtensions
         js &lt;&lt; &quot;  allowBlank: #{options[:allow_blank] == false ? 'false' : 'true'},&quot; unless options[:allow_blank].nil?
         js &lt;&lt; &quot;  vtype: '#{options[:vtype]}',&quot; if options[:vtype]
         js &lt;&lt; &quot;  xtype: '#{options[:xtype]}',&quot; if options[:xtype]
-        js &lt;&lt; &quot;  format: 'Y/m/d',&quot; if options[:xtype] == 'datefield'
+        js &lt;&lt; &quot;  format: 'm/d/Y',&quot; if options[:xtype] == 'datefield'
+        js &lt;&lt; &quot;  altFormats: 'Y/m/d|m/d/y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d',&quot; if options[:xtype] == 'datefield'
         js &lt;&lt; &quot;  dateFormat: 'Y/m/d', timeFormat: 'H:i:s',&quot; if options[:xtype] == 'xdatetime'
         js &lt;&lt; &quot;  inputValue: '1', width: 18, height: 21,&quot; if options[:xtype] == 'checkbox'
         js &lt;&lt; &quot;  name: '#{options[:name]}'&quot;</diff>
      <filename>lib/ext_scaffold_core_extensions/action_view/base.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5b20f0651761103e0d69553e5eb4ac9f594ce25d</id>
    </parent>
  </parents>
  <author>
    <name>Dru Nelson</name>
    <email>drudru@gmail.com</email>
  </author>
  <url>http://github.com/drudru/ext_scaffold/commit/6d677d42176fc9b671c4b510e51977c2f5d97847</url>
  <id>6d677d42176fc9b671c4b510e51977c2f5d97847</id>
  <committed-date>2008-03-21T22:43:01-07:00</committed-date>
  <authored-date>2008-03-21T22:43:01-07:00</authored-date>
  <message>Have a different date format and add the proper Rails date format to the altFormats for ExtJs</message>
  <tree>cc681c5b1b0eea359ea28ac1220b2650b892a2da</tree>
  <committer>
    <name>Dru Nelson</name>
    <email>drudru@gmail.com</email>
  </committer>
</commit>
