我的項目是用戶的項目被保存在裏面,並有START_TIME和finish_time和價格表,我把它作爲具有此代碼的形式:如何減去兩個日期在Laravel5.4
<div class="form-group">
<input type="date" class="form-control" name="start_time" >
</div>
<div class="form-group">
<input type="date" class="form-control" name="finish_time" >
</div>
<div class="form-group">
<input type="text" class="form-control" name="price" >
</div>
現在,我想減去日期,如果結果是負面可以乘以價格和結果,我該如何做到這一點?
使用碳類 – Webdesigner
請寫下我的代碼 – Honey
**堆棧溢出不是一個免費的編碼平臺**。這裏是文檔http://carbon.nesbot.com/docs/ ...嘗試一下吧!如果你有一些你認爲應該工作但不需要的東西,請將它張貼在這裏,我們正在空想幫助你。 – Webdesigner