App engine JPA date query
Posted
by waney
on Stack Overflow
See other posts from Stack Overflow
or by waney
Published on 2010-05-21T18:56:33Z
Indexed on
2010/05/21
19:10 UTC
Read the original article
Hit count: 347
Hi There.
Assume I have object which represents TASK. Task have due date.
How do I create query to get all tasks which are due today?
Some working code like
"select t from Task t where dueDate=:today"
will be usefull.
Thank you in advance.
© Stack Overflow or respective owner