We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 doesnt show "Timestamp" for the date format copied from the excel file
Is there any specific date format for excel to get as timestamp?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: