I have reduce or subtract 12 hours 30 minutes from the 2011-04-26 05:00:00(in the format YYYY-MM-DD HH:MM:SS) IN MySQL database.
The output should be 2011-04-25 16:30:00.
Are there any date function we can use and subtract?
DATE_SUB(`date`,INTERVAL '12:30' HOUR_MINUTE)
Checkout date and time functions of mysql
select '2011-04-26 05:00:00' - interval 12 * 60 + 30 minute
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With