Native js gets today, yesterday, and the last 7 days (year, month, day, hour, minute, second)

Sometimes we need to pass today, yesterday, and nearly 7 days (year, month, day, hour, minute, second) to the backend as parameters, as shown in the figure below: How to
insert image description here
insert image description here
insert image description here
generate these times? In the following code, the toDay method, yesterDay method, and weekDay method in methods are used to generate the time of today, yesterday, and the last 7 days respectively:

<template>
  <div class="box">
    <el-radio-group v-

Guess you like

Origin blog.csdn.net/qq_37635012/article/details/132311527
Recommended