Hi,
using this code as Field Default Value
in a text field I get the correct date: 19-11-2012.
If I use the same code in datepicker, this code does not work and displays: 01-01-2012.
Looking at the html source code value is correct to 19-11-2012.
Any idea?
using this code as Field Default Value
<?php echo date('d-m-Y'); ?>
in a text field I get the correct date: 19-11-2012.
If I use the same code in datepicker, this code does not work and displays: 01-01-2012.
Looking at the html source code value is correct to 19-11-2012.
Any idea?