Echo all months with days calendar

后端 未结 5 1848
星月不相逢
星月不相逢 2021-02-06 20:12

I am using the code below to echo the current month. How can i enhance it so that is shows all the months with the names and days and dates..

Code:

 &         


        
5条回答
  •  忘掉有多难
    2021-02-06 20:18

    Wrap your current code within a function then pass an argument to it with your desired date.

提交回复
热议问题