当前位置:网站首页>JS get the current date and time
JS get the current date and time
2022-07-25 23:21:00 【Intern Sen】
One 、 Gets the current date and time
const t = newDate(); // Tue Jul 05 2022 17:35:44 GMT+0800 ( China standard time )
1 Get full year (4 position ,1970—)
t.getFullYear(); // 2022
2 Get current year (2 position )
t.getYear(); // 122 (2022-1900)
3 Get current month (0-11,0 Express 1 month )
t.getMonth(); // 6
4 Get current day (1-31)
t.getDate(); // 5
5 Get the current day of the week (0-6,0 For Sunday )
t.getDay(); // 2
6 Get the current time ( from 1970.1.1 Milliseconds to start )
t.getTime(); // 1657014040374
7 Get current hours (0-23)
t.getHours(); // 17
8 Get current minutes (0-59)
t.getMinutes(); // 40
9 Get current seconds (0-59)
t.getSeconds(); // 40
10 Get current milliseconds (0-999)
t.getMilliseconds(); // 200
11 Get current date and time string
t.toLocaleString(); // '2022/7/6 09:51:14'
12 Get the current date string
t.toLocaleDateString(); // '2022/7/6'
13 Get the current time string
t.toLocaleTimeString(); // '09:51:14'
边栏推荐
- Source code of wechat applet for discerning flowers and plants / source code of wechat applet for discerning plants
- 5 ROS simulation modeling (3-rviz+gazebo+ control simulation robot)
- 电商RPA,大促轻松上阵的法宝
- Thinkphp6 temporarily close the layout
- uvm_ HDL -- implementation of DPI in UVM (4)
- [QNX Hypervisor 2.2用户手册]9.8 load
- 【微信小程序】页面导航
- What has Amazon cloud technology done right to become the leader of cloud AI services for three consecutive years?
- 理解的英文(言语理解)
- About using NPM command under the terminal, the installation error problem is solved (my own experience)
猜你喜欢

学习探索-3d轮播卡片

WebMvcConfigurationSupport

XxE & XML external entity injection utilization and bypass

Mongodb的特点、与MySQL的差别、以及应用场景

Family relationship calculator wechat applet source code

Memory paging and tuning, kernel and user space

Apple CMS V10 template /mxone Pro adaptive film and television website template

WordPress removes the website publishing time

The small icon of notification setting shows a small square

Zero crossing position search of discrete data (array)
随机推荐
Solve the problem phpstudy failed to import the database
TS class
向下扎根,向上生长,探寻华为云AI的“根”力量
TS function
XXE&XML-外部实体注入-利用和绕过
Vscode shortcut key: collapse and expand code
AI chief architect 12 AICA industrial landing analysis under the industrial production process optimization scenario
类和对象(3)
MathType installation and solution cannot solve the problem of crtl+v
Source code of YY music wechat applet imitating Netease cloud music
Drive board network cable directly connected to computer shared network configuration
Secure code warrior learning record (IV)
Redis过期键的删除策略[通俗易懂]
Mongodb query and projection operators
2021-09-30
EasyExcel实用技巧
Simulink learning notes (III) - Simulink automatic code generation (II) "suggestions collection"
[interface performance optimization] reasons for index failure and how to optimize SQL
Npm+ module loading mechanism
Data filtering of MATLAB