Skip to content

Zoomkun/calendar7

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calendar7

Calendar7 is a small jQuery plugin datetimepicker for next seven days.

Install

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript" src="./calendar7.js"></script>

Usage

<script>
    jQuery('.calendar7').Calendar7({
        allowTimeStart: '1:00',
        allowTimeEnd: '20:00'
    })
</script>

About

A jQuery plugin datepicker for next seven days.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 92.8%
  • HTML 7.2%