simple datetime formater
Convert time stamp to human readable date and time
A lightweight, powerful javascript datetime picker
A react-native datetime-picker for Android and iOS
A lightweight but complete datetime picker React.js component
Pretty datetime: `2014-01-09 06:46:01`
Angular Date Time Picker
timeago-react is a simple(only 1kb) react component used to format date with `*** time ago` statement. eg: '3 hours ago'.
A date range picker for your React app.
Forma 36: DateTime component
A datetime picker for React Native. In-modal or inlined. Supports Android and iOS.
A date picker for your React app.
A date time picker allows the user to select an associated date and time.
date / time comparison matchers for chai
DateTime object for easepick.
A time picker for your React app.
A TypeScript implementation of a simple MCP server that exposes datetime information to agentic systems and chat REPLs
Immutable date wrapper
TypeScript definitions for chai-datetime
Format pair of HTTP Request and Response to API Blueprint format
A date/time picker component designed to work with Bootstrap 3 and Momentjs. For usage, installation and demos see Project Site on GitHub
Formats a timestamp as a localized string or as relative text that auto-updates in the user's browser.
Mobile friendly datetime picker for Vue. Supports date, datetime and time modes, i18n and disabling dates.
A simple plugin for a single date and time
A simple ruby gem to monkeypatch the `Date` and `DateTime` classes to have support for the superior date format championed by @mode7games.
= Livedate A simple Rack middleware that parses a dates using Chronic, and returns the result in a standardized manner. The idea is to use this to verify the input in date input fields using AJAX, to provide immediate feedback to the user. == Usage Include Livedate in your middleware stack. In Rails, this is done in environment.rb config.gem 'livedate' config.middleware.use "Livedate" Specify the desired date + datetime formats you want too. Default error message for strings that Chronic can't pass can also be provided. The defaults are: config.middleware.use "Livedate", :date_format => '%Y-%m-%d', :datetime_format => ''%Y-%m-%d %H:%M', :invalid_format => '' This will catch requests to /parsedate. Use GET requests and provide a parameter 'date' or 'datetime'. The value will be parsed by Chronic and returned formatted as 2009-01-01 or 2009-01-01 12:45, depending on the parameter name. == Scripts There are two generators available to get simple javascripts that use livedate. Both will replace the contents on input elements with classes .date or .datetime on change with the result from the Chronic parse. script/generate livedate_jquery script/generate livedate_prototype Will put the appropriate version of the script in your public/javascripts directory. Feel free to change these if you need a different behavior.
= input_chronic A simple Rack middleware that parses a dates using Chronic, and returns the result in a standardized manner. The idea is to use this to verify the input in date input fields using AJAX, to provide immediate feedback to the user. == Usage Include "input_chronic" in your middleware stack. In Rails, this is done in environment.rb config.gem 'bjornblomqvist-input_chronic', :lib => 'input_chronic', :source => 'http://gems.github.com' config.middleware.use "input_chronic" This will catch requests to /gems.github.com/bjornblomqvist/input_chronic. Use GET requests and provide a parameter 'date' or 'datetime'. The value will be parsed by Chronic and returned formatted as 2009-01-01 or 2009-01-01 12:45, depending on the parameter name. Don't forget to add the javascript found at /javascript/input_chronic.js This is also implemented by catching the request before it reaches rails. To use this on a text input add the class chronic_date or chronic_datetime <input type="text" class="chronic_datetime" /> == Copyright Copyright (c) 2009 Erik Hansson, Bjorn Blomqvist. See LICENSE for details.