1.0.1 • Published 1 year ago

@jplorg/lib-date-time v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

JPL Date and time - JavaScript implementation

Usage

// TODO:
import jpl from '@jplorg/jpl';
import libDateTime from '@jplorg/lib-date-time';

(async () => {
  await libDateTime.install();

  const inputs = [null];

  const results = await jpl.run('date.now() | date.format("yyyy")', inputs);

  console.log(...results);
})();
1.0.1

1 year ago

1.0.0

1 year ago