! Start of "Set jQuery Date Options"
! [Priority 5000]
loc:options = choose( loc:options='', '', clip( loc:options ) & ',' ) & 'numberOfMonths: 3,changeMonth: true,changeYear: true'
! End of "Set jQuery Date Options"
packet = clip(packet) & p_web.CreateDateInput ('FUSE:DateJoined',p_web.GetSessionValue('FUSE:DateJoined'),loc:fieldclass,loc:readonly,,,loc:javascript,loc:options,loc:extra,,,,,,0)
do SendPacket
My code in red above does not change the properties of the datepicker. What might I be doing incorrectly?