Index: plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormJQueryDate.class.php
===================================================================
--- plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormJQueryDate.class.php (revision 15844)
+++ plugins/sfFormExtraPlugin/lib/widget/sfWidgetFormJQueryDate.class.php (revision 15854)
@@ -82,7 +82,7 @@
function wfd_%s_update_linked(date)
{
- jQuery("#%s").val(date.substring(3, 5));
- jQuery("#%s").val(date.substring(0, 2));
- jQuery("#%s").val(date.substring(6, 10));
+ jQuery("#%s").val(date.substring(0, 4));
+ jQuery("#%s").val(date.substring(5, 7));
+ jQuery("#%s").val(date.substring(8));
}
@@ -105,5 +105,5 @@
beforeShow: wfd_%s_read_linked,
onSelect: wfd_%s_update_linked,
- showOn: "both"
+ showOn: "button"
%s
}, jQuery.datepicker.regional["%s"], %s, {dateFormat: "yy-mm-dd"}));
Index: plugins/sfFormExtraPlugin/package.xml
===================================================================
--- plugins/sfFormExtraPlugin/package.xml (revision 15844)
+++ plugins/sfFormExtraPlugin/package.xml (revision 15854)
@@ -25,5 +25,5 @@
2009-02-27
- 1.0.8
+ 1.0.9
1.0.0
@@ -119,4 +119,20 @@
+ 1.0.9
+ 1.0.0
+
+
+ stable
+ stable
+
+ MIT license
+ 2009-02-27
+ MIT
+
+ * fabien: fixed typo
+
+
+
+
1.0.8
1.0.0