awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
aweary avatar

aweary/tinytime

0
View on GitHub↗
1,322 stars·38 forks·JavaScript·MIT·6 views

Tinytime

tinytime exports a single function that returns a template object. This object has a single method, render, which takes a Date and returns a string with the rendered data.

Features

  • Dates and Time - Simple date formatter for custom patterns.

Star history

Star history chart for aweary/tinytimeStar history chart for aweary/tinytime

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Tinytime

Similar open-source projects, ranked by how many features they share with Tinytime.
  • matthewyork/datetoolsMatthewYork avatar

    MatthewYork/DateTools

    7,186View on GitHub↗

    DateTools is a date manipulation library for iOS applications that provides utilities for date arithmetic, range management, and relative time formatting. It functions as a set of tools to shift dates by specific units, calculate durations between timestamps, and convert dates into localized, human-readable strings. The library specializes in the analysis of time spans, offering systems to define, compare, and organize overlapping or sequential time periods. It includes logic to determine chronological relationships, such as whether dates fall within specific windows or how different time per

    Objective-C
    View on GitHub↗7,186
  • hiteshchoudhary/js-hindi-youtubehiteshchoudhary avatar

    hiteshchoudhary/js-hindi-youtube

    4,855View on GitHub↗

    This project is a JavaScript educational repository and programming courseware. It provides a collection of code examples and practical projects designed for learning the JavaScript programming language. The repository covers language learning through hands-on exercises, including the implementation of coding projects and algorithm practice. It focuses on both frontend web development and the application of object oriented programming. The content includes materials for managing variables and data types, performing mathematical operations, and manipulating strings and dates. It also provides

    JavaScript
    View on GitHub↗4,855
  • hustcc/timeago.jshustcc avatar

    hustcc/timeago.js

    5,376View on GitHub↗

    timeago.js is a JavaScript library that converts timestamps into human-readable relative time strings. It functions as an internationalized date library that transforms static date and time data into descriptive statements of elapsed time. The project provides a dynamic time updater that automatically refreshes relative time labels on a webpage at regular intervals. It supports multilingual date localization, allowing time-elapsed statements to be translated into various languages using built-in or custom locale settings.

    TypeScript
    View on GitHub↗5,376
  • iamkun/dayjsiamkun avatar

    iamkun/dayjs

    48,662View on GitHub↗

    Day.js is a lightweight utility for parsing, validating, and manipulating date objects. It provides a fluent, chainable interface that allows for complex time calculations and transformations to be performed through a sequence of readable method calls. By utilizing an immutable wrapper pattern, the library ensures data integrity by creating new instances for every operation rather than modifying existing objects. The project is distinguished by a minimalist core abstraction that maintains a small footprint by offloading non-essential features to an optional, modular plugin system. This archit

    JavaScriptdatedate-formattingdatetime
    View on GitHub↗48,662
See all 10 alternatives to Tinytime→

Frequently asked questions

What does aweary/tinytime do?

tinytime exports a single function that returns a template object. This object has a single method, render, which takes a Date and returns a string with the rendered data.

What are the main features of aweary/tinytime?

The main features of aweary/tinytime are: Dates and Time.

What are some open-source alternatives to aweary/tinytime?

Open-source alternatives to aweary/tinytime include: matthewyork/datetools — DateTools is a date manipulation library for iOS applications that provides utilities for date arithmetic, range… hiteshchoudhary/js-hindi-youtube — This project is a JavaScript educational repository and programming courseware. It provides a collection of code… iamkun/dayjs — Day.js is a lightweight utility for parsing, validating, and manipulating date objects. It provides a fluent,… jonschlinkert/time-stamp — Get a formatted timestamp. Used in gulp, assemble, generate, and many others. lukeed/fromnow — ``sh $ npm install fromnow --save ``. lukeed/tinydate — A tiny (349B) reusable date formatter. Extremely fast!