Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当使用 datebox 输入日期时,它将被发送到 php 文件: date=2013-06-17 在 php 中,我应该如何轻松地将其输入数据库,以便以后比较日期?
时间发送为 time=14%3A24(与 24 小时制中的 14:34 相同)。在php中如何将时间输入数据库?我正在考虑在午夜之后的时间做它,但是我该如何转换它(因为有一个冒号)。
用这个:
http://php.net/manual/en/function.date.php
将其存储为变量并输入到数据库中。