Raw Predicate #7634
Unanswered
zeeshanrasool91
asked this question in
Q&A
Raw Predicate
#7634
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi i am trying to write a raw predicate query in realm, but not able to grab the syntax, i want to sort field on basis of current date.
any help is required
"edition.start > '${DateTimeUtil.getInstance().getTodayDate(AppConstants.SERVER_DATE_TIME_FORMAT)}'
i tried this query not luck any help will be great
i want to achieve functionnality like sort data as per date
sort data where date is greater then current date
edition.start >= DateTimeUtil.getInstance().currentDate
Beta Was this translation helpful? Give feedback.
All reactions