If you read the help on timestamps, you'd know that LabVIEW calculates this time stamp using the number of seconds elapsed since
12:00 a.m., Friday, January 1, 1904, Universal Time. This is nothing like the mySQL "timestamp". This is why you can't take your mySQL format and run it into a timestamp indicator.
To convert the "Get Date/Time In Seconds" VI output to a double, simply insert a "To DBL" numeric conversion.
Here's your VI back with the conversion of current date and time into a format that should work with mySQL.
And since I noted you're using 7.1, here's the screenshot of the block diagram:
Message Edited by Bill@NGC on
02-10-2008 06:51 PM