Skip to content
#

DateTime

DateTime is the term used in programming when referring to date and time related topics, which is a complex field, including

  • handling of timezones
  • localized date formatting
  • date arithmetic
  • different calendars (Gregorian, Julian, Chinese, Islamic, Hebrew, etc.)
  • universal storage format (ISO 8601, timestamp
  • Here are 110 public repositories matching this topic...

    React Native Date Picker is datetime picker for Android and iOS. It includes date, time and datetime picker modes. The datepicker is customizable and is supporting different languages. It's written with native code to achieve the best possible look, feel and performance.

    • Updated Jun 5, 2025
    • Java

    Functional programming for Java. Enhanced switch or simple pattern matching supported; String Interpolation supported; Java Functional Interface that more simpler and easier to use; Provide an immutable and thread-safe date time class; a stopwatch utility class, etc. 提供更简单更好用的Java函数式编程接口、增强版switch、字符串插值;提供不可变且线程安全的时间类、秒表工具类等等。且兼容Java8与Java9模块化系统

    • Updated Dec 15, 2025
    • Java