How to store date into Mysql database with play framework in scala?
- by Rahul Kulhari
I am working with play framework with scala and
what am i doing :
login page to login into web app
sign up page to register into web app
after login i want to store all databases values to user
what i want to do:
when user register for web app then i want to store user values into database with current time and date but my form is giving…