Giter Club home page Giter Club logo

klock's Introduction

Klock

Klock is a Date & Time library for Multiplatform Kotlin 1.3.

It is designed to be as allocation-free as possible using Kotlin inline classes, to be consistent and portable across targets since all the code is written in Common Kotlin, and to provide an API that is powerful, fun and easy to use.

Build Status Maven Version Gitter

Full Documentation: https://korlibs.soywiz.com/klock/

Some samples:

val now = DateTime.now()
val duration = 1.seconds
val later = now + 1.months + duration
val is2018Leap = Year(2018).isLeap
val daysInCurrentMonth = now.yearMonth.days
val daysInNextMonth = (now.yearMonth + 1.months).days

Usage with gradle:

def klockVersion = "1.4.0"

repositories {
    maven { url "https://dl.bintray.com/soywiz/soywiz" }
}

dependencies {
    // For multiplatform projects, since klock is published without metadata
    commonMainApi "com.soywiz:klock-metadata:$klockVersion" // Common 
    jvmMainApi "com.soywiz:klock-jvm:$klockVersion" // JVM
    jsMainApi "com.soywiz:klock-js:$klockVersion" // JavaScript
    androidMainApi "com.soywiz:klock-android:$klockVersion" // Android
    iosX64MainApi "com.soywiz:klock-iosx64:$klockVersion" // iOS Simulator
    iosArm32MainApi "com.soywiz:klock-iosarm32:$klockVersion" // Older iOS 32-bit devices
    iosArm64MainApi "com.soywiz:klock-iosarm64:$klockVersion" // Newer iOS 64-bit devices
    macosX64MainApi "com.soywiz:klock-macosx64:$klockVersion" // MacOS
    linuxX64MainApi "com.soywiz:klock-linuxx64:$klockVersion" // Linux x64
    mingwX64MainApi "com.soywiz:klock-mingwx64:$klockVersion" // Windows x64
}

klock's People

Contributors

drewcarlson avatar fardavide avatar luca992 avatar simonschubert avatar soywiz 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.