Min/Max date time for DateTime picker

Hello, I'm really missing feature/attribute where you can define min or max datetime user can select

There are cases for everyone where you want to prevent user from selecting date which is not in rage or maybe just min or max date at the moment you need to write a function to validate it which is annoying and misleading user...

Is there any chance will have Min/Max attributes where you can enter datetime object?

At the moment you can use a CompareValidator component to check if the value is in the required range.