I have a Play application that should list out purchases within a given date interval. If the user does not give any date interval, it should default to showing purchases within ...
I'm using Play! frameworks CRUD module but I can't figure something out: my database table has a created field which is basically the time that a row was created. I don't ...
This is possibly a stupid question (I'm a bit of a Play Framework noob) but I'm really having no luck with it, essentially I have a display method along the lines ...
I want to seperated fields in my model: actionDate and actionTime. Can i use the datatypes sql.Date and sql.Time for this? Or should a use util.Date for both?
What's the correct way?
Thanks ...