recording date and time on button click
Posted: Thu Jul 17, 2014 7:14 am
I have solved the problem myself, I have used a string field and the following java,
return (new Date()).toString();
this does exactly what I want it to do
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I have solved the problem myself, I have used a string field and the following java,
return (new Date()).toString();
this does exactly what I want it to do
Hello Graham,
Thank you for the update, glad it works!