This is date calculator package that make how you organize your date easier while managing large scale applications to avoid code repetions!
This is a date simplifier!
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Modern JavaScript date utility library
Postgres date column parser
date-fns timezone utils
Map and Set with automatic key interning
Modern JavaScript date utility library for jalali calendar
The C# extension for classic generators in AutoRest.
Internationalized calendar, date, and time manipulation utilities
Time zone support for date-fns v3 with the Intl API
Formatting Date objects as strings since 2013
MCP Server for Simplifier Low Code Platform - enables creation of Connectors and BusinessObjects
Format validation for Ajv v7+
The community edition of the MUI X Date and Time Picker components.
Date formatting and parsing
A simple utility for precise-dateing functions and classes.
Abstraction over common javascript date management libraries
a date and time library for javascript
A JavaScript mock Date object that can be used to change when "now" is.
Abstraction over common javascript date management libraries
Customizable Date Picker for React
Typescript port of an accurate python Hijri-Gregorian dates converter based on the Umm al-Qura calendar: https://github.com/mhalshehri/hijri-converter
Creates a new Date, but accepts a few more input types than normal.
This gems is a monkey patch to Date class, that allows to take any Spanish/Portuguese date into a valid ruby date, to simplify operations between them.
provides functions and macros to simplify date management within nydp
Provides a number of convenience methods to simplify calculating dates while respecting non-working days. Uses the Holiday gem so that holiday schedules can be localized and customized.
The Baremetrics Calendar date range picker is a simplified solution for selecting both date ranges and single dates all from a single calender view. This gem allows for its easy inclusion into the rails asset pipeline.
Adds cross-browser ISO 8601 support to the JavaScript Date object based on EC5.1. This is a Sprockets gem to simplify inclusion of the client-side library.
Dependency Bot is a Ruby gem designed to automate the management and updating of dependencies in Ruby projects hosted on Gitlab. It simplifies the process of keeping your project's dependencies up-to-date, ensuring that you can focus on development without worrying about outdated libraries or security vulnerabilities.
rss_feed_plus is a Ruby gem designed to simplify the process of parsing RSS feed in Ruby applications. It provides a straightforward interface for fetching RSS feed from URLs and extracting relevant information such as titles, links, descriptions, publication dates, and authors. With rss_feed_plus, you can quickly integrate RSS feed parsing functionality into your Ruby projects, making it easy to work with syndicated content from various sources.
= The Owasp ESAPI Ruby project == Introduction The Owasp ESAPI Ruby is a port for outstanding release quality Owasp ESAPI project to the Ruby programming language. Ruby is now a famous programming language due to its Rails framework developed by David Heinemeier Hansson (http://twitter.com/dhh) that simplify the creation of a web application using a convention over configuration approach to simplify programmers' life. Despite Rails diffusion, there are a lot of Web framework out there that allow people to write web apps in Ruby (merb, sinatra, vintage) [http://accidentaltechnologist.com/ruby/10-alternative-ruby-web-frameworks/]. Owasp Esapi Ruby wants to bring all Ruby deevelopers a gem full of Secure APIs they can use whatever the framework they choose. == Why supporting only Ruby 1.9.2 and beyond? The OWASP Esapi Ruby gem will require at least version 1.9.2 of Ruby interpreter to make sure to have full advantages of the newer language APIs. In particular version 1.9.2 introduces radical changes in the following areas: === Regular expression engine (to be written) === UTF-8 support Unicode support in 1.9.2 is much better and provides better support for character set encoding/decoding * All strings have an additional chunk of info attached: Encoding * String#size takes encoding into account – returns the encoded character count * You can get the raw datasize * Indexed access is by encoded data – characters, not bytes * You can change encoding by force but it doesn’t convert the data === Dates and Time From "Programming Ruby 1.9" "As of Ruby 1.9.2, the range of dates that can be represented is no longer limited by the under- lying operating system’s time representation (so there’s no year 2038 problem). As a result, the year passed to the methods gm, local, new, mktime, and utc must now include the century—a year of 90 now represents 90 and not 1990." == Roadmap Please see ChangeLog file. == Note on Patches/Pull Requests * Fork the project. * Create documentation with rake yard task * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally. * Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) * Send me a pull request. Bonus points for topic branches. == Copyright Copyright (c) 2011 the OWASP Foundation. See LICENSE for details.