Socket
Book a DemoInstallSign in
Socket

simple-timestamp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-timestamp

Get a simple timestamp

latest
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
76
533.33%
Maintainers
1
Weekly downloads
 
Created
Source

NPM version Build Status Dependency Status Coverage Status

Get a simple timestamp

Fast as it doesn't have bloated methods.

Install

$ npm install --save simple-timestamp

Usage

var simpleTimestamp = require('simple-timestamp');

simpleTimestamp();
// => 20181108161103

simpleTimestamp({
  separator: '.'
});
// => 2018.11.08.16.12.06
$ npm install --global simple-timestamp
$ simple-timestamp
20181108161103

License

MIT © Steve Mao

Keywords

simple-timestamp

FAQs

Package last updated on 08 Nov 2018

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