KrishRam89 / jquery-events-calendar

Automatically exported from code.google.com/p/jquery-events-calendar
0 stars 0 forks source link

PHP Mysql generate json DateFormat problem #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. i use this comand for SElect from my bd UNIX_TIMESTAMP(`date_field`)
2. return this format 1364400000 read in json correctly with others field 
encoded

3. But i can not read  from Plugin, the problem is date format 

How i can SELECT from MYSqL FORMAT DATE?

I tried this but without results

"select date_format(date_ini,UNIX_TIMESTAMP(`date_ini`)) as date, 'meeting' as 
type,......
from table.....

Original issue reported on code.google.com by droguesa...@gmail.com on 15 Mar 2013 at 3:21