Register date
#4

The Proper way to save RegDate is as a String, You were saving it as an integer:
pawn Код:
new RegDate[128];
format(RegDate, 128, "%d:%d:%d - %d/%d/%d", Hour, Minute, Second, Day, Month, Year);
dini_Set(file, "RegisterDate",RegDate);
Reply


Messages In This Thread
Register date - by Face9000 - 30.04.2013, 19:27
Re: Register date - by zxc1 - 30.04.2013, 19:42
Re: Register date - by Face9000 - 30.04.2013, 19:48
Re: Register date - by jtemple042996 - 30.04.2013, 20:22

Forum Jump:


Users browsing this thread: 1 Guest(s)