wordpress calendar plugin [closed]

-3

People are urgently need a free calendar plugin, which looks like this one link Anyone have any suggestions?

vlwww

    
asked by anonymous 09.02.2017 / 22:42

1 answer

2

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">
    
10.02.2017 / 20:13