[HELP] date mysql saving format type
#5

Pack it as string. Try this:

Код:
new y, m, d, string[20];
getdate(y, m, d);
format(string, 20, "%02d/%02d/%04d", d, m, y);
Reply


Messages In This Thread
[HELP] date mysql saving format type - by Luca12 - 04.08.2014, 13:40
Re: [HELP] date mysql saving format type - by sammp - 04.08.2014, 13:44
Re: [HELP] date mysql saving format type - by Luca12 - 05.08.2014, 08:07
Re: [HELP] date mysql saving format type - by Vince - 05.08.2014, 08:27
Re: [HELP] date mysql saving format type - by dirigent00 - 05.08.2014, 08:30
Re: [HELP] date mysql saving format type - by Luca12 - 05.08.2014, 08:31
Re: [HELP] date mysql saving format type - by Vince - 05.08.2014, 12:10
Re: [HELP] date mysql saving format type - by Luca12 - 05.08.2014, 13:54
Re: [HELP] date mysql saving format type - by Gintaras123 - 05.08.2014, 15:03
Re: [HELP] date mysql saving format type - by Luca12 - 08.08.2014, 15:04

Forum Jump:


Users browsing this thread: 7 Guest(s)