fixes a date issue
这个提交包含在:
父节点
1b563a8436
当前提交
bc922e91d0
共有 1 个文件被更改,包括 0 次插入 和 2 次删除
|
|
@ -58,12 +58,10 @@ class Workabledxcc extends CI_Controller
|
||||||
|
|
||||||
$EndDate = $oldEndDate->format($custom_date_format);
|
$EndDate = $oldEndDate->format($custom_date_format);
|
||||||
|
|
||||||
|
|
||||||
$oldStartDate1 = DateTime::createFromFormat('Y-m-d', $item['0']);
|
$oldStartDate1 = DateTime::createFromFormat('Y-m-d', $item['0']);
|
||||||
|
|
||||||
$StartDate1 = $oldStartDate1->format('Y-m-d');
|
$StartDate1 = $oldStartDate1->format('Y-m-d');
|
||||||
|
|
||||||
echo $StartDate1;
|
|
||||||
|
|
||||||
$this->load->model('logbook_model');
|
$this->load->model('logbook_model');
|
||||||
$dxccInfo = $this->logbook_model->dxcc_lookup($item['callsign'], $StartDate1);
|
$dxccInfo = $this->logbook_model->dxcc_lookup($item['callsign'], $StartDate1);
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用