首页 前端知识 用JS生成本周日期代码

用JS生成本周日期代码

2024-04-18 17:04:15 前端知识 前端哥 460 110 我要收藏
```javascript // Get the current date const currentDate = new Date(); // Get the day of the week (0 = Sunday, 1 = Monday, ..., 6 = Saturday) const dayOfWeek = currentDate(); // Calculate the start and end dates of the current week const startDate = new Date(currentDate); startDate.setDate(currentDate.getDate() - dayOfWeek); const endDate = new Date(startDate); endDate.setDate(startDate.getDate() 6); // Print the start and end dates of the current week console.log("Start date of the week: " startDateDateString()); console.log("End date of the week: " endDate.toDateString()); ``` 这段代码将输出本的开始日期和结束日期。
转载请注明出处或者链接地址:https://www.qianduange.cn//article/5203.html
标签
评论
发布的文章

用点jquery实现的登录页面

2024-06-06 00:06:07

echarts-锥型柱状图

2024-06-06 00:06:05

echarts的使用

2024-06-06 00:06:00

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!