• 2023-11-29获取月份的最后一天
    newDate(year,month,0).getDate()//获取月份的最后一天letnow=newDate()letyear=now.getFullYear()letmonth=now.getMonth()-1functionlastMonthday(year,month){letlastDay=newDate(year,month,0)
  • 2023-05-23Js获取当前是本年度第几周、周开始日期结束日期
    js获取今年第几周和获取周的开始和结束日期获取今年第几周周的开始和结束日期 获取今年第几周//页面初始时获取当前是本年第几周functiongetYearWeek(a,b,c){//a为年b为月c为日/*date1是当前日期date2是当年第一天
  • 2023-01-18小程序每天弹窗1次
    主要思路1.先对当天缓存2.再次点击或者获取的时候进行对比 //是否当前日期isDay(){//测试//letnewDay=(newDate()).getMinutes();letne
  • 2022-09-18php计算日,周,月起止时间
    $date="2022-09-18"获取日$firstday=date('Y-m-d',strtotime("$date+0day"));$lastday=date("Y-m-d",strtotime("$date+1day"));获取周$lastday=date(