Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Date format compatible with both LibreOffice and Excel
Date formats used invalid single `y`, instead of double `yy`. That was was implicitly fixed and displayed correctly by Excel. But LibreOffice does not implicitly fix it and instead display the literal `y` instead of th year value. See also: https://support.office.com/en-us/article/Format-numbers-as-dates-or-times-418bd3fe-0577-47c8-8caa-b4d30c528309 Fixes PHPOffice#298
- Loading branch information