This topic is locked
[SOLVED]

 Add 1 year to current date

6/2/2017 5:03:26 PM
PHPRunner General questions
A
apowazniak author

I have a table with a date field, I need that field to be loaded automatically when I open the form as the current date + 1 year

romaldus 6/3/2017

in phprunner visual editor, set field default value to:

date('Y-m-d', strtotime('+1 year'))