Skip to content

eric-corumdigital/purescript-js-date

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purescript-js-date

Latest release Build Status Maintainer: garyb

JavaScript's native date type and corresponding functions.

Installation

bower install purescript-js-date

Documentation

This library provides the JSDate type and associated functions for interop purposes with JavaScript, but for working with dates in PureScript it is recommended that DateTime representation is used - DateTime offers greater type safety, a more PureScript-friendly interface, and has a Generic instance. There is a toDateTime provided for this conversion.

Module documentation is published on Pursuit.

About

JavaScript's native date type and corresponding functions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PureScript 89.7%
  • JavaScript 10.3%