Skip to content
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

MYSQL: Timestamp #12

Open
vish74 opened this issue Aug 14, 2013 · 1 comment
Open

MYSQL: Timestamp #12

vish74 opened this issue Aug 14, 2013 · 1 comment

Comments

@vish74
Copy link

vish74 commented Aug 14, 2013

MYSQL doesnt show "Timestamp" for the date format copied from the excel file

Is there any specific date format for excel to get as timestamp?

@Abromeit
Copy link

Variant 1)
In MySQL set the datatype to 'date' or 'datetime'.
Then, in Excel, use a date-format like 'YYYY-MM-DD'.

Variant 2)
For the unix timestamp format try this one in Excel
http://fczaja.blogspot.ca/2011/06/convert-excel-date-into-timestamp.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants