Active
Project:
JSON server
Version:
6.x-2.0-alpha3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2011 at 14:23 UTC
Updated:
29 May 2012 at 17:07 UTC
Add date via json into DB:
method: node.save (update node)
When I try to add a date in the database is restricted to null.
The Date field allowe Year,Month,Day,Hour,Minute
I get no error :/ whats wrong ?! BUG ?!
thx
POST:
{"nid":"247","title":"H222ello World6asdasd","field_date_test":[[{"year":"2011"},{"month":"5"},{"day":"10"},{"hour":"20"},{"minute":"22"},{"timezone_db":"Europe/Berlin"},{"date_type":"date"}]]}
RESPONSE:
{ "#error": false, "#data": "247" }
Comments
Comment #1
tomhung commentedDid you ever get a solution? We have a similar problem here.
Greg