Hi Team, I have to get the nodes using the date value YYYY-MM-DD but the
node also contains timestamp.Kindly let me know how can I do that?I
tried below but got the exception-map.put("daterange.property",
"joiningDate");map.put("daterange.lowerBound", "2021-02-16" +
"-01-01");map.put("daterange.lowerOperation",
">=");map.put("daterange.upperBound", "2021-02-16" +
"-12-31");map.put("daterange.upperOperation", "<=");
Exception:javax.jcr.query.InvalidQueryException:
java.text.ParseException:
Query:...