Android Question Set default date in XUI cross platform date template?

Tony Tetley

Member
Licensed User
Longtime User
Wait For (Dialog.ShowTemplate(DateTemplate, "", "", "CANCEL")) Complete (Result As Int)

When using this dialog to obtain a date, it always pops up to the last date selected. Is there a way to make it always default to the current date?

Thanks
 
Top