T Tony Tetley Member Licensed User Longtime User Jan 19, 2026 #1 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
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
Erel B4X founder Staff member Licensed User Longtime User Jan 20, 2026 #2 B4X: DateTemplate.Date = DateTime.Now Upvote 0