All Projects → vutran → Twas

vutran / Twas

Licence: mit
🕰 Tiny (280B) relative time string function (eg: "3 seconds ago")

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Twas

Time
Building a better date/time library for Swift
Stars: ✭ 1,983 (+835.38%)
Mutual labels:  time
Tibbletime
Time-aware tibbles
Stars: ✭ 175 (-17.45%)
Mutual labels:  time
Pytimeparse
A small Python module to parse various kinds of time expressions.
Stars: ✭ 195 (-8.02%)
Mutual labels:  time
Timelapse
🎬 Native macOS app for recording timelapse videos of your desktop.
Stars: ✭ 169 (-20.28%)
Mutual labels:  time
Eztime
ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
Stars: ✭ 173 (-18.4%)
Mutual labels:  time
Dpicker
A framework-agnostic minimal date picker
Stars: ✭ 187 (-11.79%)
Mutual labels:  time
Schedule
Schedule is a package that helps tracking schedules for your models. If you have workers in a company, you can set schedules for them and see their availability though the time.
Stars: ✭ 155 (-26.89%)
Mutual labels:  time
Timezone
Arduino library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.
Stars: ✭ 205 (-3.3%)
Mutual labels:  time
Browser Interaction Time
⏰ A JavaScript library (written in TypeScript) to measure the time a user is active on a website
Stars: ✭ 175 (-17.45%)
Mutual labels:  time
Modeltime
Modeltime unlocks time series forecast models and machine learning in one framework
Stars: ✭ 189 (-10.85%)
Mutual labels:  time
Rtcode
Real time code sharing web application
Stars: ✭ 170 (-19.81%)
Mutual labels:  time
Fugit
time tools (cron, parsing, durations, ...) for Ruby, rufus-scheduler, and flor
Stars: ✭ 172 (-18.87%)
Mutual labels:  time
Rufus Scheduler
scheduler for Ruby (at, in, cron and every jobs)
Stars: ✭ 2,223 (+948.58%)
Mutual labels:  time
Brpickerview
BRPickerView 封装的是iOS中常用的选择器组件,主要包括:日期选择器(支持年月日、年月等15种日期样式选择,支持设置星期、至今等)、地址选择器(支持省市区、省市、省三种地区选择)、自定义字符串选择器(支持单列、多列、二级联动、三级联动选择)。支持自定义主题样式,适配深色模式,支持将选择器组件添加到指定容器视图。
Stars: ✭ 2,149 (+913.68%)
Mutual labels:  time
Timelite
Why is it 5 AM? Isn't there something simple I can use to track what I'm doing with all this time?
Stars: ✭ 201 (-5.19%)
Mutual labels:  time
Colored Time Selector
A smart colored time selector. Users can select just free time with a handy colorful range selector.
Stars: ✭ 156 (-26.42%)
Mutual labels:  time
Date
A date and time library based on the C++11/14/17 <chrono> header
Stars: ✭ 2,389 (+1026.89%)
Mutual labels:  time
Sonataintlbundle
Symfony SonataIntlBundle
Stars: ✭ 212 (+0%)
Mutual labels:  time
Ansible Role Ntp
Ansible Role - NTP
Stars: ✭ 203 (-4.25%)
Mutual labels:  time
React Native Modal Datetime Picker
A React-Native datetime-picker for Android and iOS
Stars: ✭ 2,412 (+1037.74%)
Mutual labels:  time

twas

Travis Coveralls branch license

Tiny (280B) relative time string function (eg: "3 seconds ago")

Install

$ npm i -S twas

Usage

import twas from 'twas';

console.log(twas(Date.now() - (5 * 1000));

// -> 5 seconds ago

License

MIT © Vu Tran

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].