cronmatch:cronmatch检查日期时间是否与cron表达式匹配

时间:2024-05-18 09:40:27
【文件属性】:

文件名称:cronmatch:cronmatch检查日期时间是否与cron表达式匹配

文件大小:3KB

文件格式:ZIP

更新时间:2024-05-18 09:40:27

JavaScript

cronmatch cronmatch检查日期/时间是否与cron表达式匹配。 用法 match方法接受两个参数: cron表达式 日期(或可以转换为日期的内容) const cronmatch = require ( 'cronmatch' ) // If the minute of the current time is divisible by 5, do something if ( cronmatch . match ( '*/5 * * * *' , Date . now ( ) ) ) { ... } // Execute the following code only on a wednesday or on the 29 of February if ( cronmatch . match ( [ '* * * * * 3 *' , '* * * 29 2 *


【文件预览】:
cronmatch-master
----package.json(572B)
----index.js(2KB)
----test.js(2KB)
----README.md(551B)

网友评论