New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

get-time-util

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-time-util

help you to get date

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

How to install

npm i get-time-util --save

How to use

const myDateModule = require("get-time-util");

myDateModule.main();

Options

  • current - return current date on UTF format;
  • current -y(--year)/-m(--month)/-d(--date) - return current year/month/day;
  • current add -y(--year) value/-m(--month) value/-d(--date) value - return the increased date;
  • current add -y(--year) value/-m(--month) value/-d(--date) value - return the reduced date;

Keywords

test

FAQs

Package last updated on 30 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts