|
Care Month Report: {{date('M Y', strtotime($date))}}
|
|
Care Month Report: {{date('M Y', strtotime($date))}}
|
|
|
|
+ <input type="month" value="{{substr($date, 0, 7)}}" max="{{substr(date('Y-m-d'), 0, 7)}}" onchange="if(this.value){fastLoad('/pro-care-month-report?m=' + this.value.split('-')[1] + '&y=' + this.value.split('-')[0])}">
|