Ok, tried to code a SetMinDate and SetMaxDate for the normal datedialog box using the javaobject but nothing doing on that one so have modified the AnotherDatePicker class to include this option, also added a SetDateFormat method as well as a lot of the planet doesn't use the "MM/dd/yyyy" format ;-)
Syntax
AnotherDatePicker.SetMinDate(date in ticks) as long
AnotherDatePicker.SetMaxDate(date in ticks) as long
AnotherDatePicker.SetDateFormat (date in string format e.g. "dd/MM/yyyy") as string
Hope this helps.
Sean