JSPM

ndate

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q25760F
  • License MIT

A syscall similar to POSIX Date for NodeOs

Package Exports

  • ndate

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ndate) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ndate

A nodeos syscall similar to the POSIX date call ndate can return a formatted version of the system date, or it can also take a -d option followed by a STRING and return the specified date in a particular format:

ndate -d 1/1/80 MMMM-dd-YYYY

usage

ndate
#=>
ndate -d 9/9/09

install

npkg install ndate

LICENSE

MIT