Hi guys, I want to add a date field to my form. However, in New Zealand we use the format dd/mm/yy. Is there any way to adjust the date button to reflect this? Otherwise I'm going to use a text field.
Thanks in advance for advice,
Jo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I changed the code on lines starting ifFormat in the relevant fieldboxes, swapping round the %d and %m and it seems to produce the right result. On my form it was line 203 onwards. Hope this helps
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi guys, I want to add a date field to my form. However, in New Zealand we use the format dd/mm/yy. Is there any way to adjust the date button to reflect this? Otherwise I'm going to use a text field.
Thanks in advance for advice,
Jo
I changed the code on lines starting ifFormat in the relevant fieldboxes, swapping round the %d and %m and it seems to produce the right result. On my form it was line 203 onwards. Hope this helps