Gossamer Forum
Home : Products : DBMan : Installation :

when modifying how do u get current date to show in date field

Quote Reply
when modifying how do u get current date to show in date field
the date seems to remain the same as the original date the record was created. thx in advance for your help.
Quote Reply
Re: when modifying how do u get current date to show in date field In reply to
In sub html_modify_form_record, just after

my (%rec) = &get_record($in{'modify'});

add

$rec{'Date'} = &get_date;

Be sure you use the exact name of your date field. "Date" is not the same as "date" which is not the same as "DATE."



------------------
JPD