
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
In early development
HTML5 calendar element
Link almanaque.js
from your html file
<script src="path/to/almanaque.js"></script>
or require it with Browserify:
var Almanac = require('path/to/almanac')
Create an almanac in/at target
with passed options.
Parameters:
Example:
// get a HTML element
var elem = document.getElementById( 'myCalendar' );
// or create one and insert when you want
// var elem = document.createElement( 'div' );
// elem.setAttribute( 'name', 'myCalendarName')
// then create a calendar
var calendar = almanac.createCalendar( elem, {
multi: true,
showMonths: 2
});
options
:name
: Sets name
as input namemulti
: Sets single (input[type="radio"]) or multiple (input[type="checkbox"]) day selection.showMonths
: Months to show in calendar at onceid
: Set id
as almanac element idclasses
: Add classes
to almanac element. Separated by spacesmonthNames
: List of month names. English names by defaultfirstDay
: A day from first month to show in almanactitle
: title for header calendarnoHeader
: Don't show almanac headerbinding
: function to launch when day is clicked. Signature: checked (bool), day data (object)start
: first enabled day (format: YYYYMMDD)end
: last enabled day (format: YYYYMMDD)To run tests (mocha & chai):
npm install && npm test
Š 2014 jacoborus
Released under MIT License
FAQs
HTML5 calendar element. Not ready for production.
The npm package almanac receives a total of 0 weekly downloads. As such, almanac popularity was classified as not popular.
We found that almanac demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.