SandTh
SandTh

Reputation: 2397

Does anyone knows a basic javascript calendar?

of course I already googled it but...

...there are plenty :(

What I'm searching for is a simple calendar to select a date. (and have that date readable in a variable) (period).

There are plenty

  1. you need to pay for
  2. with (unneeded) whistles and bells
  3. that make things overly complicated :(

If you can give me pointers on how to google something like this, it would already be a help... (I'm not really apt in searching for frameworks/plug-ins)...

Thanks!!!

S.

Upvotes: 0

Views: 85

Answers (2)

Charlie Bamford
Charlie Bamford

Reputation: 1309

Html 5 includes a lot of widgets that had to be constructed in previous web standards, including a calendar: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date

Upvotes: 1

Ramakay
Ramakay

Reputation: 3135

To each his own and the following advice may look overly complicated but it meets at least 2 out of 3 of your asks in my opinion.

  1. No extra whistles and bells
  2. you don't nee to pay for

https://material-ui.com/components/pickers/

Why?

  • Accessible
  • Choose your flavor, JS, React, Angular etc.
  • Styling, community support
  • Enhances for things users may need - keyboard controls.

Upvotes: 0

Related Questions