People are urgently need a free calendar plugin, which looks like this one link Anyone have any suggestions?
vlwww
People are urgently need a free calendar plugin, which looks like this one link Anyone have any suggestions?
vlwww
This calendar looks like the flatpickr plugin. link
I strongly recommend it, it's the best plugin I've ever used!
flatpickr("#inline", {
inline: true,
weekNumbers: true
})
<link href="https://unpkg.com/flatpickr/dist/flatpickr.min.css" rel="stylesheet"/>
<link href="https://chmln.github.io/flatpickr/bower_components/flatpickr/dist/themes/material_green.css" rel="stylesheet"/>
<script src="https://unpkg.com/flatpickr"></script><inputclass="flatpickr" type="text" placeholder="Select Date.." id="inline">