📌  相关文章
📜  如何使用 JavaScript 获取一年中的日期和月份?

📅  最后修改于: 2022-05-13 01:56:50.048000             🧑  作者: Mango

如何使用 JavaScript 获取一年中的日期和月份?

给定一个日期,任务是使用 JavaScript 获取一年中的日期和月份。

方法:

  • 首先使用new Date()获取当前日期。
  • 使用currentDate.getDay()以数字格式获取当前日期,将其映射到日期名称。
  • 使用currentDate.getMonth()以数字格式获取当前月份,将其映射到月份名称。

示例 1:在本示例中,月份和日期由上述方法确定。

 
 
  
 
     
        How to get the day and month
        of a year using JavaScript ?
    
 
  
 
      
    

          GeeksForGeeks     

           

    

                       

    

                 

输出:

  • 在点击按钮之前:
  • 点击按钮后:

示例 2:这是相同的示例,但方法不同。在此示例中,月份和日期由上述方法确定。

 
 
  
 
     
        How to get the day and month of
        a year using JavaScript ?
    
 
  
 
      
    

          GeeksForGeeks     

           

    

                       

    

                 

输出:

  • 在点击按钮之前:
  • 点击按钮后: