PHP-MySQLi-Database-Class icon indicating copy to clipboard operation
PHP-MySQLi-Database-Class copied to clipboard

Getting date

Open eliusgraff opened this issue 5 years ago • 1 comments

Is there an easy/intuitive way to get the date/time from the MySQLi class? I know it is easy to do with SQL but is there a way do do it through this class?

Thanks!

eliusgraff avatar Aug 27 '20 19:08 eliusgraff

This Class support method when insert | update is: $db->now()

kythuatwebso avatar Oct 14 '20 03:10 kythuatwebso