Is there a way to set a range for DateTime in the View Model, in a way that makes the maximum possible date one can input be the current date and time (UTC), and the minimum date possible be a year ago?
Something like [Range(typeof(DateTime), "06/06/2020 23:43", "Utc.Now")]?
Thank you in advance.
