BrianGardner
7 years agoQrew Trainee
Exact form today's date error
Javascript error when trying to print today's date on exact form.
Other fields pulling from table print correctly, it's only the field to print today's date.
I am using the syntax from the instructions for customizing an exact form as follows:
~=date = new Date();qdb.format(date.getTime()-(date.getTimezoneOffset()*60000), "date")~
Any advice?
Other fields pulling from table print correctly, it's only the field to print today's date.
I am using the syntax from the instructions for customizing an exact form as follows:
~=date = new Date();qdb.format(date.getTime()-(date.getTimezoneOffset()*60000), "date")~
Any advice?