date-fp

WebJar for date-fp

License

License

ISC
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

date-fp
Last Version

Last Version

4.4.8
Release Date

Release Date

Type

Type

jar
Description

Description

date-fp
WebJar for date-fp
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/cullophid/date-fp

Download date-fp

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/date-fp/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>date-fp</artifactId>
    <version>4.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/date-fp/
implementation 'org.webjars.npm:date-fp:4.4.8'
// https://jarcasting.com/artifacts/org.webjars.npm/date-fp/
implementation ("org.webjars.npm:date-fp:4.4.8")
'org.webjars.npm:date-fp:jar:4.4.8'
<dependency org="org.webjars.npm" name="date-fp" rev="4.4.8">
  <artifact name="date-fp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='date-fp', version='4.4.8')
)
libraryDependencies += "org.webjars.npm" % "date-fp" % "4.4.8"
[org.webjars.npm/date-fp "4.4.8"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : lodash.curry jar 4.1.1

Project Modules

There are no modules declared in this project.

date-fp

Circle CI npm version Gitter

date-fp is a utility library for working with JavaScript dates.

Motivation

There are several excellent JavaScript libraries for managing dates in JavaScript but they are generally built to be used in the object-oriented programming paradigm. This makes them cumbersome to include in a functional context.

All functions in date-fp are pure, autocurried and will not mutate the date objects they are applied to.

If you are not familiar with functional programming in JavaScript read Professor Frisby's Mostly Adequate Guide to Functional Programming

Also check out Ramda (A great library for functional programming with JavaScript)

Documentation

Read the full documentation

Contributing

Yes please!

Something to note is that we automatically release to NPM on every successful commit and we also strictly follow SemVer so please update the version number in package.json appropriately when submitting a Pull Request.

Versions

Version
4.4.8