Questions tagged [playframework-1.x]

The Play! Framework is a modern Java and Scala web application open-source framework that provides a clean alternative to bloated Enterprise Java stacks.

The Play! Framework is a modern Java (and Scala) web application open-source framework that provides a clean alternative to bloated Enterprise Java stacks.

736 questions
-5
votes
1 answer

How to fetch information from a model in a specific date?

I have a Book model which contains the publish date for each book.what I need is finding those books that their publish date is older than today by 1 month.Is there any way to do it? I write the following code but it fetchs all books to me. Is…
lina
  • 75
  • 2
  • 4
  • 10
1 2 3
49
50