A Date and DateTime implementation for Julia
Open the test/runtest.jl file for more examples of code to run and functionality.
Installation through the Julia package manager:
julia> Pkg.add("Dates") # Adds the Dates package to your required packages list; installs package
julia> using Dates # Loads Dates code into current julia session- Checkout the work-in-progress Dates manual
