Posted on : 2021-11-08 23:49:35 View Type: public
Samar Rafique

We will get back to you on this, thanks This can be version problem.
We will get back to you on this, thanks This can be version problem.
Hey to fix Notes date issue kindly edit >> lib >> classes >> notes.php class file.
Find this code in between lines 83 and 89
array(
'field-name' => 'note_id',
'db_duplicate' => TRUE,
'field-type' => 'hidden',
'field-required' => TRUE,
'field-value' => time(),
)
Replace it with
array(
'field-name' => 'note_date',
'db_duplicate' => TRUE,
'field-type' => 'hidden',
'field-required' => TRUE,
'field-value' => date("Y-m-d"),
)
The problem would be resolved thanks.
Please replace that with it, so hour, minute and second can also record.