Help comparing java sql timestamp and java util date

You can compare them directly using those java.util.Date objects’ native .equals(), .before(), or .after() methods.

1 Like