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.
在我的 Excel 表中,日期是“2014 年 12 月 15 日”。
在我将其上传到表单后,日期以输出形式返回“16/12/2014”。
我怎样才能得到出现在 excel 表上的实际结果。
日期函数格式为date(Y-m-d);. 所以你可以用这种格式上传你的日期(2015-02-27)
date(Y-m-d);