Fillin field default to current date

Z

zSplash

How would I code for making a fillin field's default be the current date
(M/dd/yyyy)?

TIA
 
P

Peter Jamieson

Try

{ FILLIN \d "{ DATE \@M/DD/YYYY }" }

where all the {} are inserted using ctrl-F9

Peter Jamieson
 
Top