22.04.2012, 21:16
First you need to add this:
new year, month, day;
getdate(year, month, day);
Then do something like this:
"INSERT INTO 'playerinfo' ('regdate') VALUES ('%d-%d-%d')", year, month, day);
I think you will understand
new year, month, day;
getdate(year, month, day);
Then do something like this:
"INSERT INTO 'playerinfo' ('regdate') VALUES ('%d-%d-%d')", year, month, day);
I think you will understand