JSON応答を下回っています:
[{"startDate":"2012-07-12 11:21:38 +0530","totalTime":0},{"startDate":"2012-07-11 11:27:33 +0530","totalTime":0},{"startDate":"2012-07-16 18:38:37 +0530","totalTime":0},{"startDate":"2012-07-17 14:18:32 +0530","totalTime":0}]
開始日とtotalTimeの配列を作成したいのですが、これらの2行を使用しましたが、$objでは機能しません。提案してください。
$obj = json_decode($dateTimeArr);
$dateAr = $obj->{'startDate'};