I am looking for some thing like this.
public class User
{
private Date createdOn;
}
Now i need a query to fetch users created on day 10th of any month or year.
Like i need users created on 10th Jan 2012, 10th Feb 2012, 10th June 2010.....
How can i get part of a date in gae query?
Thanks,
Ramesh.V
以上就是Google app engine java filtering date query with day的详细内容,更多请关注web前端其它相关文章!