How compare localdatetime #1705
SShahmuradli
started this conversation in
General
Replies: 1 comment 11 replies
-
You can use the following: return query.where(Fields.createdOn)
.between(sixtyDays).and(sixtyDays.minusHours(3))
.getResultList(); Note that |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! i try to select data where localdatetime field(createdOn) match to period between to 2 localdatetimes
what i try to do, but it does not work.
Beta Was this translation helpful? Give feedback.
All reactions