Issue copying date to another field
Hello,
I have a date-text field. The format is mm.dd.yy
On a button click, I want to copy this date to another text field.
I'm using
this.getField("newfield").value= this.getField("Data").value;
The issue is that on the newfield, the date appears like mm.dd.yyyy
Any idea? Thank you.
