jasonrogena / jasonrogena/php-excel-reader

MM/DD/YY format dates output as (e.g.) "JanJan/ThuThu/19701970"

Open
#32 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Defect
Dominant language
PHP
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```
What steps will reproduce the problem?
1. Upload a spreadsheet with a date column in MM/DD/YY format
2. Parse spreadsheet with php-excel-reader
3. date column output as "JanJan/ThuThu/19701970"

What is the expected output? What do you see instead?

I would expect to see "01/01/1970"

```

Original issue reported on code.google.com by `popefe...@gmail.com` on 2 Jul 2009 at 7:33

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the issue by uploading a spreadsheet with an MM/DD/YY date column and parsing it with php-excel-reader. Trace the date-formatting path from the parsed date value and verify that the output uses numeric month/day components and a four-digit year, such as 01/01/1970.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend, data
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.