A quick tutorial on using kotlinx-datetime to work with dates and times in Kotlin.
Also find me here:
Baeldung Author
Fabio Tadashi
Accomplished software developer and solutions architect with over 12 years of experience across diverse industries, including Retail, Banking, Healthcare, and Entertainment. Currently serving as Principal Software Engineer at PicPay and as a Professor at Fiap. Kotlin Enthusiast, I have been utilizing Kotlin in both Android and Back-End projects since 2017.
Here's what I've written (so far):
Baeldung on Kotlin
- >All
- Kotlin Web (2)
- Kotlin Collections (2)
- Testing (1)
- Spring (1)
- Kotlin Dates (1)
Testing Ktor Controllers
Filed under Kotlin Web, Testing
Quick intro on how to write tests for Ktor controllers.
Creating a Web Application With Ktor and Thymeleaf
Filed under Kotlin Web
In this tutorial, we learn how to create a web application with Ktor and Thymeleaf.
Implement a MultiMap in Kotlin
Filed under Kotlin Collections
Lear about MultiMap, a Map implementation that doesn’t exist in Kotlin stdlib but is provided by the libraries such as Guava, Spring, and Apache.
Creating a Spring Boot Console Application With Kotlin
Filed under Spring
In this tutorial, we learn how to create a Spring Boot console application in Kotlin.
Working With Pair in Kotlin
Filed under Kotlin Collections
Learn how the Pair class works in Kotlin.