Laravel this is not only a practical framework, it is also a programming style
for example:
DB::connection('mydb_oracle')->table('audit_trail') ->insert(['at_date'=>Carbon::now()->toDateString(),'time_stamp'=>Carbon::now()->toTimeString()])
How can i set the format for both date and time ?
Aucun commentaire:
Enregistrer un commentaire