Giter Site home page Giter Site logo

java-beginner's Introduction

java-beginner

  • 미니과제 5 - 사용자에게 년/월을 입력받고 달력 출력하기.
    • LocalDate를 사용하여 달력 만들기
    • Calendar를 사용하여 달력 만들기.
      • cal.set(Calendar.MONTH, '사용자 입력(mm)')으로 month를 세팅하려고 했다.
      • 사용자가 8월을 입력해도 7월이라는 값이 들어갔다.
      • 이유는 Calendar 클래스에 JANUARY 와 같이 월 값들이 작성돼있었다.
      • JANUARY = 0부터 DECEMBER = 11로 작성되어있다.
    • [] Date를 사용하여 달력 만들기.

java-beginner's People

Contributors

cchoijjinyoung avatar

Watchers

 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.