HTML how do I insert dynamic date in webpage

前端 未结 8 2116
暖寄归人
暖寄归人 2021-01-05 14:40

I have a static webpage, nothing changes dynamically. However the client wants a date insert into text within the page. The date will always be the current daet plus one day

8条回答
  •  天命终不由人
    2021-01-05 15:36

    If your not opposed to PHP, then you could do something like this... Also Tizag.. http://www.tizag.com/phpT/phpdate.php

    
    

    Quick search for "php echo date + 1 day" produced that little diddy :) That could certainly be expanded upon to any extent just about.

提交回复
热议问题