User Profile

User
 xeroxss
Location
 Thailand
Time Zone
 
URL
 http://www.eg-designstudio.com

Recent Comments

Posted 12/05/2009 11:27am
This is true Paul >>>Just added this widget to a site I am currently developing and it worked a dream!

Yours seems to be the easier choice rather than adding the afterFind/beforeSave methods in 1.2, I tried it and it worked. Just to add additional info to those who will be trying this with more than one date picker.

The solution is easy this field (FieldId) will give one date picker:

* day: FieldId-dd
* month: FieldId-mm
* year: FieldId (no additional)

to add additional date picker just append 0-9 etc. to the FieldId:

* day: FieldId0-dd
* month: FieldId0-mm
* year: FieldId0 (no additional)

will give you additional instance of the date picker.