Hi all,
I'm using the UI datepicker to select a date range (per $('#fromdate', '#todate')) and want to be able to break apart the each selected date (from & to) into its constituent parts (DD, MM, YYYY) and then assign those values to hidden input fields.
Everything I've tried so far is either not returning the desired results and/or breaking the datepicker. Does anyone have any quick approaches to this or can point me in the right direction?
Thanks in advance.