slundberg / Datetime.jl

A Date and DateTime implementation for Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Datetime.jl

Build Status

A Date and DateTime implementation for Julia

Open the test/test.jl file for more examples of code to run and functionality.

Installation/Usage

Installation through the Julia package manager:

julia> Pkg.init()          # Creates julia package repository (only runs once for all packages)
julia> Pkg.add("Datetime") # Creates the Datetime repo folder and downloads the Datetime package
julia> using Datetime      # Loads the Datetime module for use (needs to be run with each new Julia instance)

About

A Date and DateTime implementation for Julia

License:Other