Giter Club home page Giter Club logo

calendar's Introduction

移动端日期选择

gif

demo

https://ffx0s.github.io/calendar/dist/demo.html

安装

Install with npm: npm install hotel-calendar --save

使用

<link rel="stylesheet" href="calendar.css">
<script src="calendar.js"></script>

<script>
  var options = {}
  var calendar = new Calendar(options)
  calendar.init()
</script>

或者:

import 'hotel-calendar/dist/calendar.css'
import Calendar from 'hotel-calendar'

const options = {}
const calendar = new Calendar(options)
calendar.init()

Options

start

Type: String

Value: '2017-04-10'

start: '2017-04-10'

从哪个月开始.

end

Type: String

Value: '2017-10-01'

end: '2017-10-01'

到哪个月结束.

maxDays

Type: Number

Value: 20

maxDays: 20

允许选择的最大天数

maxCallback

Type: Function

maxCallback: function (startDate, endDate) {}

超出选择天数的回调

startCallback

Type: Function

startCallback: function (date) {}

入住点击回调

endCallback

Type: Function

endCallback: function (date) {}

离店点击回调

selectDate

Type: Object

selectDate: { start: '2017-04-25', end: '2017-05-10' }

当前选中的时间

Calendar静态方法

Calendar.format

Calendar.format(date, 'yyyy年MM月dd日 hh:mm:ss')

格式化时间

Browser support

Android 4+, iOS 6+

License

calendar is released under the MIT License. Have at it.

calendar's People

Contributors

ffx0s avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.