• Hello team,

    Nice plugin, good style.

    The due Date Calculation is buggy. It expects a due date which is the past. But of course my due date (birthing date) must be in future.

    Can you fix this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter danney07

    (@danney07)

    Tipp for manual bug fix:

    You have to delte this: max=”‘.date(“Y-m-d”).'”

    from the following line: <input type=”date” id=”duedate” class=”form-control” name=”duedate” value=”‘.$duedate.'” class=”medium” min=”‘.date(“Y-m-d”, strtotime(‘-1 year’)).'” min=”‘.date(“Y-m-d”, strtotime(‘-1 year’)).'” max=”‘.date(“Y-m-d”).'” >

    • This reply was modified 2 years, 4 months ago by danney07.
Viewing 1 replies (of 1 total)
  • The topic ‘Due Date Calculation Bug’ is closed to new replies.