Hi all,
I would like to prefill a date field with current date.
Is it possible?
Thank you in advance.
I would like to prefill a date field with current date.
Is it possible?
Thank you in advance.
<?php
$form->data['input_name'] = date('Y-m-d');
?>