1 min read How to convert php date into mysql format September 16, 2013 Nikunj K0 1. MySQL column datatype is “DATE” $date = date(‘Y-m-d’, strtotime(str_replace(‘-‘, ‘/’, $date))); 2. MySQL column datatype is “DATETIME”: $date = date(‘Y-m-d H:i:s’, strtotime(str_replace(‘-‘, ‘/’, $date))); Share your Love
5 mins read Linux Ultimate Ubuntu 22.04 Features Guide: What’s New & Improved April 29, 2025April 29, 2025 Nikunj K0
2 mins read Database ACID Properties: Basic Example of Atomicity and Consistency June 25, 2024June 25, 2024 Nikunj K0