Hi all,
I have DatePicker as addon to a database system.
When selecting rows from database and open up Datepicker, I have to pick start and end date as ususal and everything works.
But Id like datepicker to get the oldest date in column 'startdate' and the newest (future) date from column 'enddate'.
What is the easiest way to accomplish this? I am very new to JS so I dont know the syntaxes to use.
Thanks
Mathias