How To Subtract Seconds To Current Date Time In Codeigniter?
Dec 29, 2020
Hi Guys,
In this example,I will learn you subtract seconds to current date time in codeigniter.you can easy and simply subtract seconds to current date time in codeigniter.
we will show subtract seconds in current date time codeigniter.this tutorial will give you example of subtract seconds to current date time using codeigniter.
Example:
public function index(){
//Remove to seconds in current date time
$date = date('Y-m-d H:i:s', strtotime('-15 seconds'));
}
Output:
2020-12-29 10:18:26
It will help you...
- Codeigniter 4 jQuery Client Side Form Validation Tutorial Example
- Codeigniter - Load more data on page scroll using jQuery and Ajax
- Codeigniter Image Crop With JQuery Croppie Example Tutorial
- CodeIgniter 4 jQuery Form Validation Example
- Codeigniter 4 Ajax Load More Data On Page Scroll With JQuery Tutorial
- CodeIgniter 4 - React JS CRUD with MySQL Example
- Codeigniter Create Bar Chart In PHP With Chart Js
- PHP Codeigniter 4 Google Bar & Line Charts Tutorial