Git Product home page Git Product logo

demo-linkage-calendar's Introduction

Linkage calendar

更新日志

  • 解决了日期与月份的问题 image

  • 之前的月份与日期不对应截图 image

项目简介

功能:

  1. 左右边两边的日历关联
  2. 显示当前日期(红色字体)当月过完的天(灰色字体)当月没过的天(蓝色字体)
  3. 点击上方按钮动态切换月份

学到了什么?如何进一步改进?

  1. Date.getMonth() 从0-11 注意一定要 +1 才是当前月份
  2. 最好使用documentFragment来添加到dom里,这样可以提高性能
  3. 两个月份如何可以按顺序显示
  4. 熟练使用了date对象
  5. 可以用取余的方法来代替月份在边界时的判断,简约代码

demo-linkage-calendar's People

Contributors

liuzhaoxu1996 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.