Yahoo! Calendar Control - Handling onSelect / onDeselect
Calendar Control
Handling onSelect / onDeselect
Dates are passed as an array of date field arrays, in the format: [YYYY, M, D]. For instance, if two dates are selected at once (8/6/2006 and 8/7/2006), the argument passed to onSelect would be: [ [2006,8,6], [2006,8,7] ].
yui.zip( 3,714 k)