Commit f552d7b6 by Jansa Jose

webservice model change

parent b45bf7cb
......@@ -397,7 +397,7 @@ class Webservice_model extends CI_Model {
$mechanic_data['services'] = json_decode($mechanic_data['issues_selected']);
unset($mechanic_data['issues_selected']);
}
$mechanic_data['scheduled_date'] = strval(strtotime($mechanic_data['scheduled_date']));
$mechanic_data['scheduled_date'] = strval(strtotime($mechanic_data['scheduled_date'])*1000);
$respArr['status'] = 'success';
$respArr['message'] = 'success';
$respArr['data'] = $mechanic_data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment