Somewhat new to PAD and trying to figure out how to dynamically set start and end dates I don't see anyway to update the actual date boxes. When I inspect the underlying elements it shows that the input value is "disabled". In short I need to be able to dynamically set the start date to the Sunday 2 weeks ago and the end date to Saturday. I thought about getting the current date/time using an add to datetime action to set the start dates and end dates. Then parse out the year , month , date separately then pass those to the UI picker but haven't found a way to do that. Any help would be greatly appreciated.

