/ Published in: Java
This specific snippet was for converting a sqlserver database export to a MySQL database where PHP timestamps from time() are used.
Expand |
Embed | Plain Text
try{ //07/06/01 12:00 AM return (d.getTime()/1000); } return 0; } }
You need to login to post a comment.
