Page 3 of 3

recording date and time on button click

Posted: Thu Jul 17, 2014 7:14 am
by graham street

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


recording date and time on button click

Posted: Thu Jul 17, 2014 7:16 am
by Evgene Karachevtsev

Hello Graham,

Thank you for the update, glad it works!