Question
Writing / Reading Date and time to DateTime field in MySQL
I have never had a good way to the date/time to a datetime field in MySQL.
I'd prefer not to use the built-in timestamping in MySQL (because I want to have more control based on the situation)
I don't get any errors when I usedateformat: #dateformat(Now(), "yyyy-mm-dd hh:mm:ss")#
But the "minutes" (:mm:) always get the "month" value (-mm-)
Could someone please give me a good definitive way to do this?
I appreciate it.
