fmbug Posted December 28, 2012 Posted December 28, 2012 Dear All, I am facing a problem which i had never thought before. Actually I have a FileMaker database. After that I made a project using PHP-MySql, which the same functionality and interface which is there in FileMaker. Now I want to export the FileMaker data and import it into PHP-MySql.... Each and every data is exported and imported successfully but the problem is only with Date and TimeStamp data. Exporting is successful, while importing it is giving something like 0000-00-00 00:00:00... Please help me n suggest me to overcome it. Thanks in advance...
Claus Lavendt Posted December 28, 2012 Posted December 28, 2012 Hi The problem is for sure that MySQL has different date/time format than Filemaker. Your data must be in the correct format, before you can import into MySQL.
doughemi Posted December 29, 2012 Posted December 29, 2012 See this custom function to convert the FM timestamp to a MySQL DATETIME string.
Recommended Posts
This topic is 4337 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now