-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
excelize format time to a unexpected format, that is "01-02-06" #675
Labels
enhancement
New feature or request
Comments
Possible to get raw value or let us specify a date format ourselves. |
how to get yyyy-mm-dd , when i |
最后我也只能对获取到的值 mm-dd-yy 转换为 yyyy-mm-dd
输出: |
You can not specify '10-14-20' is '10-14-2020' or '10-14-1920' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If i input a date in a cell, for example 2020/10/12, and read that cell by excelize, i will get a string of "12-10-20". As i follow the code of decode flow i found that excelize will transfer date type to a formatted string by function formtTime.
I think excelize is being too clever, Usually, we just want a raw value of time isn't it ?
The text was updated successfully, but these errors were encountered: