时间戳如何转换如题:如何在系统当前的时间上 再加上 1天14小时24分 的时间, 然后对数据以进行储存到数据库 int类型? 是用这种方式吗? php strtotime 那么这段php如何写? [解决办法]
strtotime('+1 day +14 hours + 24 minutes');