I have a Gallery app where I have two Date interace tools. I need to set a default value of the first one though to always be at DateTimeAdd(DateTimeToday(), -365, 'days') when the user opens the app to run it.
The date should still be configurable by user, but almost always the user chooses 365 days ago for the starting date.
Has anyone come up with (or is there natively) a way to create defaults for the Date Interface?