Get support for jcubic/calendar

If you're new to LTH, please see our FAQ for more information on what it is we do.

Qualified Helpers
jcubic
owner From $50 / 30 mins
Get help from jcubic

jcubic/calendar

ASCII Calendar

Simple ASCII Calendar similar to Linux cal command in JavaScript

Installation

npm install ascii-calendar

Usage

const cal = require('ascii-calendar');
console.log(cal({ year: 2021, month: 4 }));

Output:

         May 2021
Su  Mo  Tu  We  Th  Fr  Sa
                         1
 2   3   4   5   6   7   8
 9  10  11  12  13  14  15
16  17  18  19  20  21  22
23  24  25  26  27  28  29
30  31
  • It automatically detect locale and render proper translation, but you can change it.
  • First day of the week also depend on locale.

Options

  • year: full year
  • month: indexed from 0
  • lang: language (default system or browser locale)

License

Released under MIT license Copyright (c) 2018-2021 Jakub T. Jankiewicz

Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2024 © lth-dev incorporated

p-e622a1a2