2016年3月9日 星期三

MySQL : Convert Integer to DateTime and DateTime to Integer






SELECT UNIX_TIMESTAMP('2016-03-14 18:00:00')


SELECT FROM_UNIXTIME(1457949600,'%Y %m %d %H %i %s')

沒有留言:

張貼留言