Home > Backend Development > PHP Tutorial > Php读取excel中时间表格时不对

Php读取excel中时间表格时不对

WBOY
Release: 2016-06-06 20:26:47
Original
1925 people have browsed it

excel中是2015-9-1 13:45:00 但是php读出来后成了2015-9-1 01:45:00 注:使用了Spreadsheet_Excel_Reader 谢谢

谢谢大家的帮助。

问题已解决,不是php的date问题,

设置一下excel中的时间列的格式就行了。如图: Php读取excel中时间表格时不对

回复内容:

excel中是2015-9-1 13:45:00 但是php读出来后成了2015-9-1 01:45:00 注:使用了Spreadsheet_Excel_Reader 谢谢

谢谢大家的帮助。

问题已解决,不是php的date问题,

设置一下excel中的时间列的格式就行了。如图: Php读取excel中时间表格时不对

同常这样的问题是时区设置引起的,请注意下.
date_default_timezone_get();
date_default_timezone_set('PRC');

相差刚好12个小时,24小时制和12小时制的差别?

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template