DateTimeExtensions
Date calculator library
A .NET library for working with dates and times, providing utility methods for date calculations, time of day operations, and holiday support.
This project is a merge of several common DateTime operations on the form of extensions to System.DateTime, including natural date difference text (precise and human rounded), holidays and working days calculations on several culture locales.
784 stars
46 watching
365 forks
Language: C#
last commit: 10 days ago
Linked from 2 awesome lists
datetimegood-first-issue
Related projects:
Repository | Description | Stars |
---|---|---|
exceptionless/exceptionless.datetimeextensions | Provides extension methods for working with dates, times, and time spans in C#. | 239 |
jenssegers/date | A date and time handling library with internationalization support | 1,814 |
copyleft/calendar-times | A calendar time library with date and time calculations and conversions between different classes of time types | 9 |
chronoscala/chronoscala | A JSR-310 port of nscala_time that provides date and time functionality in Scala | 67 |
wavebitscientific/datetime-fortran | Provides a modern Fortran API for date and time manipulation | 137 |
menodata/time4j | A comprehensive library for advanced date and time calculations in Java | 439 |
fluentdatetime/fluentdatetime | A library providing expressive and intuitive APIs for working with dates and times in C#. | 691 |
houshuang/chrono | A JavaScript library providing a simple and efficient way to manage dates and times in web applications | 1 |
clj-time/clj-time | A Clojure library providing basic date and time operations with support for Joda Time | 738 |
jonfir/timelord | A Swift library providing a simple and unified way to work with dates and times | 8 |
thomaslevesque/iso8601durationhelper | Library to handle ISO 8601 durations with date arithmetic and proper month semantics | 33 |
liuyubobobo/swift-nsdate-tutorial | A tutorial project providing comprehensive guidance on using Swift's date and time classes | 8 |
juxt/tick | Provides date and time utilities on the JVM and JavaScript runtimes, aiming to replace clj-time. | 608 |
juancarlospaco/nim-datetime2human | Tools to convert date and time to human-readable format with precision from seconds to millenniums | 8 |
jwiegley/periods | A Common Lisp library providing utilities for manipulating date/time objects and time ranges. | 30 |