Welcome Guest, Not a member yet? Register   Sign In
How to insert NOW() in DATETIME field
#7

You can also use the Time Class.

CodeIgniter 4 User Guide - Times and Dates - now()

PHP Code:
<?php

use CodeIgniter\I18n\Time;

$now = new Time('now');

    'created_at' => $now,
    'updated_at' => $now
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
How to insert NOW() in DATETIME field - by keop - 09-29-2020, 12:17 AM
RE: How to insert NOW() in DATETIME field - by InsiteFX - 03-11-2024, 11:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB