cljs-time 0.5.0-alpha2

A clj-time inspired date library for clojurescript.

Namespaces

cljs-time.coerce

### Utilites to coerce goog.date DateTime instances to and from
various other types.

cljs-time.core

### The core namespace for date-time operations in the cljs-time library.

cljs-time.extend

### Optional namespace to extend goog.date.* DateTime types

Public variables and functions:

cljs-time.format

### Utilities for parsing and unparsing DateTimes as Strings.

cljs-time.instant

Public variables and functions:

    cljs-time.local

    Functions for working with local time without having to shift
    to/from utc, the preferred time zone of `clj-time.core`.

    cljs-time.periodic

    Public variables and functions:

    cljs-time.predicates

    ### Predicate functions to ask basic questions about a date.