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
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!