[MySQL] Storing the date of an account registry in MySQL - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [MySQL] Storing the date of an account registry in MySQL (
/showthread.php?tid=376827)
[MySQL] Storing the date of an account registry in MySQL -
vIBIENNYx - 11.09.2012
Is there a function similate to GetTime() that allows the gathering of the current date?
Re: [MySQL] Storing the date of an account registry in MySQL -
Vince - 11.09.2012
UNIX_TIMESTAMP()
http://dev.mysql.com/doc/refman/5.0/...functions.html
Re: [MySQL] Storing the date of an account registry in MySQL -
vIBIENNYx - 11.09.2012
Thank you very much.