Using DateTimeUtility

I think that DateTime Keyword is not designed to help validating Date-Time type of data. For example, it does not provide any method to compare 2 Date-Time instances to see if A is before B or not. I would rather suggest you to look at the Standard java.time API.

The following post of mine describes how to use the java.time package for date-time verification.