Hello,
I've got a DateTimePicker and a Button inside a WPF / Caliburn Micro project... I wish to disable the button when the user doesn't select a date... but there's no set of my property to null since the Validator detects that there's no datetime selected... how can I do that?
Thanks