Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
170
Non-Midnight based dates in DateTime Column w/ MinValue
posted

Our system uses 9:00AM to 9:00 AM times for its' definition of a Day.

 Is data filter the likely candidate for letting me consume the date-picker's date and change it to 9:00 AM from 12:00:00 so that once the min-value test is performed it passes?

 

I'm talking about the column's minValue property not a manual validation.

 

Thanks

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

     I don't think a DataFilter would work for you here, because that would change the actual underlying value of the cell, which you don't really want to do. Can't you set the MinValue on the column to a DateTime that includes the correct time? 

Children
No Data