I am trying to build a tool that allows users to input times for a schedule based on our current database. I am doing this by using a flex repeater with the instance bound to a named query. The named query is pulling the data in through JSON, and all data points populate the parameters for the view correctly. The issue is when the query pulls the datetime in and the time of the day has already past. The DateTime Input component in the view that is being repeated automatically defaults to the current time and does not allow changing the time before the current time. Any help or ideas would be appreciated. Thank you!