Auto Update Value Current Date/Time

Tips submitted by PHPMaker users
Post Reply
claudiub
User
Posts: 1

Auto Update Value Current Date/Time

Post by claudiub »

How about if I want to automatically update the time/date in another field?
I have tried but is not working:

$rsnew["createddate"] = CurrentDate();
or
$rsnew["createdtime"] = CurrentTime();


Post Reply