Wed Jun 17 08:28:05 AM MDT 2026 Okay, let’s face it. Life can get in the way at times. I accept that. I realize that. It can be a real pain in the ass at times and I’d rather it not be. But what can a person do about that? I don’t know. There are so many things in this life that come our way and we don’t have a rhyme or reason to do anything about it. That’s life for you. It will do what it wants, when it wants and you have to either accept it or deny it. If you deny it, well there are consequences. Oh boy are there consequences for our actions. Whoever said we have “free” agency was wrong, agency isn’t free if there are consequences. Talk about a mind fuck. I wish I could make everything that’s bad disappear for everyone. I’m not sure how that would look though. I bet it would be a complicated mess. That’s the last thing I need in this life is a complicated mess. I don’t need or want that to be going on at all. Life has a way of letting you know it exists, but if it constantly gets ...
Talk about way easy to add to a date using MySQL. Didn't know it would be this simple:
Let's say you want to add a certain number of years to a date:
DATE_ADD(NOW(), INTERVAL 1 YEAR)
Now, wasn't that easy?
You can do the same thing for days as well. Just change INTERVAL 1 YEAR to INTERVAL 1 DAY
Yep, that's pretty much it.
Happy coding!
Comments
Post a Comment