You are reading a single comment by @net-tobi and its replies. Click here to read the full conversation.
  • A workaround could be:

    var date = new Date();
    var future = new Date(date.getFullYear(), date.getMonth(), date.getDate(), 12, 0, 0);
    console.log(future.toString());
    

    Best

    Tobias

About

Avatar for net-tobi @net-tobi started