All Projects → cquiroz → scala-java-time

cquiroz / scala-java-time

Licence: BSD-3-Clause license
Implementation of the `java.time` API in scala. Especially useful for scala.js

Projects that are alternatives of or similar to scala-java-time

Friend-Time
Discord bot - Friend Time helps your server coordinate times and events by converting times mentioned in chat between time zones!
Stars: ✭ 62 (-44.14%)
Mutual labels:  time, timezones
Pendulum
Python datetimes made easy
Stars: ✭ 4,639 (+4079.28%)
Mutual labels:  time, timezones
dayjs
Extended fork of Day.js - 2KB immutable date library alternative to Moment.js
Stars: ✭ 36 (-67.57%)
Mutual labels:  time, timezones
Dateutil
Useful extensions to the standard Python datetime features
Stars: ✭ 1,706 (+1436.94%)
Mutual labels:  time, timezones
time
The simplest but configurable online clock
Stars: ✭ 77 (-30.63%)
Mutual labels:  time
Time-Series-Analysis-and-Forecasting-with-Python
No description or website provided.
Stars: ✭ 24 (-78.38%)
Mutual labels:  time
minitime
Minitime - a Java Time wrapper for Scala and Scala.js
Stars: ✭ 16 (-85.59%)
Mutual labels:  time
ESP32Time
An Arduino library for setting and retrieving internal RTC time on ESP32 boards
Stars: ✭ 120 (+8.11%)
Mutual labels:  time
TimeContinuum
No description or website provided.
Stars: ✭ 28 (-74.77%)
Mutual labels:  time
clocklet
An opinionated clock-style vanilla-js timepicker.
Stars: ✭ 31 (-72.07%)
Mutual labels:  time
timelite
String date and time utilities 🕙
Stars: ✭ 17 (-84.68%)
Mutual labels:  time
info-bot
🤖 A Versatile Telegram Bot
Stars: ✭ 37 (-66.67%)
Mutual labels:  time
Time-and-Attendance-Management-System
TMS is a full-stack website that maintains records of all employees with their personal information. It keeps track of hours worked by an employee on a particular project assigned to him. It maintains time sheets and generates detailed and summary reports of the employee time sheets. TMS also has an admin page, which can manage all the employees…
Stars: ✭ 46 (-58.56%)
Mutual labels:  time
open hours
Time calculations using business hours
Stars: ✭ 41 (-63.06%)
Mutual labels:  time
temps-lite
A smart, good-looking little app which tries to speak your language the way you are used to.
Stars: ✭ 40 (-63.96%)
Mutual labels:  time
date-extractor
Extract dates from text
Stars: ✭ 58 (-47.75%)
Mutual labels:  time
codetime-web
Statistical analysis and presentation of programming time.
Stars: ✭ 22 (-80.18%)
Mutual labels:  time
nibbledb
a byte-sized time series database
Stars: ✭ 23 (-79.28%)
Mutual labels:  time
duration
Parse iso8601 duration strings, and use to shift dates/times.
Stars: ✭ 51 (-54.05%)
Mutual labels:  time
Timeline
AS2 & AS3 CPPS Emulator, written in Python. (Club Penguin Private Server Emulator)
Stars: ✭ 49 (-55.86%)
Mutual labels:  time

Scala Java-Time

build Maven Central Scala.js

This project provides an implementation of the java.time package, a date and time library that was added in Java 8. The implementation is based on the original BSD-licensed reference implementation (before it was contributed to OpenJDK).

Usage

The scala-java-time library is currently available for Scala (JVM, version 8 and later) and Scala.js (JavaScript). Scala 2.11, Scala 2.12, Scala 2.13 and Scala 3.0.0 are supported.

To get started with SBT, add one (or both) of these dependencies:

  • libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.5.0"

Documentation

See the documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].