Advertise here

jQuery Plugins Tagged ‘format’

tinydate – Fast and Tiny Reusable Date Formatter

June 09, 2019     628     Date & Time
tinydate – Fast and Tiny Reusable Date Formatter

tinydate is a tiny and reusable date formatter. It's also extremely fast!

Read More »

filenamify – Convert String to Valid Safe Filename

October 15, 2018     567     Text & String
filenamify – Convert String to Valid Safe Filename

filenamify is a javascript library to convert a string to a valid safe filename.

Read More »

TinyTime – Straightforward Date and Time Formatter

March 27, 2017     938     Date & Time
TinyTime – Straightforward Date and Time Formatter

TinyTime is a straightforward date and time formatter less then 1kb size.

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.

Read More »

CurrencyFormatter.js – Super Simple Currency Formatting Library

October 02, 2016     1000     Others
CurrencyFormatter.js – Super Simple Currency Formatting Library

CurrencyFormatter.js allows users to format numbers in a variety of currency formats. It contains 155 currency definitions, and 715 locale definitions right out of the box, and can handle unusually formatted currencies, such as the INR and is completely configurable.

Read More »

timeago.js – Library to Format Date with Time Ago Statement

September 09, 2016     2032     Date & Time
timeago.js – Library to Format Date with Time Ago Statement

timeago.js is a tiny library used to format date with `*** time ago`. eg: '3 hours ago' with localization. No dependencies, support of automatically updating fuzzy timestamps.

Read More »

jQuery.inputmask – jQuery Input Mask Plugin

July 12, 2016     7124     Form Elements
jQuery.inputmask – jQuery Input Mask Plugin

jQuery.inputmask is a jquery plugin which create an input mask. An inputmask helps the user with the input by ensuring a predefined format. This can be usefull for dates, numerics, phone numbers, ...

Read More »

jQuery JSONView – Formats & Syntax Highlights JSON

July 03, 2015     2467     JSON
jQuery JSONView – Formats & Syntax Highlights JSON

jQuery JSONView is a plugin to view JSON in a more readable format. It offers some methods and options to customize.

Read More »

StringFormatter – Javascript String Formatter

March 17, 2015     948     Others
StringFormatter – Javascript String Formatter

StringFormatter is an extensible, garbage collecting Javascript string formatter that supports objects, currency, date/time, decimals, and more.

Read More »

FormatJS – JavaScript Libraries for Internationalization

January 28, 2015     1505     Others
FormatJS – JavaScript Libraries for Internationalization

FormatJS is a modular collection of JavaScript libraries for internationalization that are focused on formatting numbers, dates, and strings for displaying to people. It includes a set of core libraries that build on the JavaScript Intl built-ins and industry-wide i18n standards, plus a set of integrations for common template and component libraries.

Read More »

Mask.js – jQuery Plugin to Mask Inputs

December 09, 2014     19948     Form Elements
Mask.js – jQuery Plugin to Mask Inputs

Mask.js is a simple functionality that you can use to force user met a pattern into inputs.

Features

  • Accepts any pattern order you would like to use
  • In case of dates, it will validates days out of range, and even leap years
  • You can use a custom function to handle the non validating inputs
  • It will write down any token automatically while you are typing.
  • In erasing, tokens will be omitted, and while you are re-typing, them are going to ve pass over

Read More »