Giter VIP home page Giter VIP logo

kotlin-date-range's Introduction

Hi, I'm Reza ๐Ÿ‘‹

I'm a senior software engineer who is passionate about building open source projects and sharing my ideas to encourage people to contribute to open source community. I'm the creator of Persian Calendar for macOS and Auto Budget.

  • ๐Ÿ“ฑ Iโ€™m currently working on Film Time
  • ๐Ÿค“ Iโ€™m learning KMP at the moment.
  • ๐Ÿ’ฌ Ask me about Java, Kotlin, Android development.
  • ๐Ÿ“ช You can reach me via [email protected]

For more information about me, check out moallemi.me.

kotlin-date-range's People

Contributors

moallemi avatar wolflee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

kotlin-date-range's Issues

[Discussion] Add syntax sugar for LocalDateTime.rangeTo(LocalDate)

val myTime: LocalDateTime

val range = myTime..LocalDate.now()

This currently isn't possible, and we need to adapt myTime to get it's LocalDate part:

val range = myTime.toLocalDate()..LocalDate.now()

I'd love to not have to do this, thus adding a syntax sugar can help in that way.

However, I can see how this is very error-prone, so I"d like to open this one for discussion.

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.