MySQL DATETIME
#8

To turn a timestamp into readable date-time use ctime library: http://forum.sa-mp.com/showthread.ph...ighlight=ctime

to turn it into a readable one thru the mysql query itself use something like this
PHP код:
DATE_FORMAT(FROM_UNIXTIME(`user.registration`), '%e %b %Y') AS 'date_formatted' 
in your query (change parameters to suit your needs, this example was taken from stackoverflow)

If you want to save the timestamp itself for later use in your gamemode I guess first one is the way to go.
Reply


Messages In This Thread
MySQL DATETIME - by Runn3R - 28.09.2014, 08:09
Re: MySQL DATETIME - by TheNerka - 28.09.2014, 08:19
Re: MySQL DATETIME - by Runn3R - 28.09.2014, 08:24
Re: MySQL DATETIME - by TheNerka - 28.09.2014, 08:26
Re: MySQL DATETIME - by Runn3R - 28.09.2014, 08:28
Re: MySQL DATETIME - by Runn3R - 28.09.2014, 08:47
Re: MySQL DATETIME - by AroseKhanNiazi - 01.07.2016, 16:25
Re: MySQL DATETIME - by PrO.GameR - 01.07.2016, 17:11
Re: MySQL DATETIME - by AroseKhanNiazi - 01.07.2016, 17:20
Re: MySQL DATETIME - by AroseKhanNiazi - 02.07.2016, 17:12

Forum Jump:


Users browsing this thread: 1 Guest(s)