insert text between two numbers
Hi
i have two fields.
1) "YEAR OF CONSTRUCTION"
2) "DESCRIPTION"
In field options 1) I flagged Comb of 4 characters.
For example 0311
In field 2) I have inserted this customized calculation script;
event.value="year of construction "+this.getField("YEAR OF CONSTRUCTION").value;
The text looks like this: "year of construction 0311"
I would like it to look like this: "year of construction 03/11"
I didn't use the mm/yy date format because the "/" already exists in the pdf file.
Please, can someone help me ?
Thank you