How do I use PHP to get the current year?

后端 未结 26 2267
萌比男神i
萌比男神i 2020-12-04 04:31

I want to put a copyright notice in the footer of a web site, but I think it\'s incredibly tacky for the year to be outdated.

How would I make the year update automat

26条回答
  •  隐瞒了意图╮
    2020-12-04 05:17

    Here's what I do:

    
    

    below is a bit of explanation of what it does:

    d = day
    m = month
    Y = year
    

    Y will gives you four digit (e.g. 1990) and y for two digit (e.g. 90)

提交回复
热议问题