Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
/ Dates.jl Public archive

[DEPRECATED] Date/DateTime Implementation for the Julia Language; Successor to Datetime.jl

License

Notifications You must be signed in to change notification settings

quinnj/Dates.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dates

Note the functionality of this package has been merged into the Base Standard Library. This package exists to allow 0.3 compatibility for dependent packages.

Build Status Coverage Status

A Date and DateTime implementation for Julia

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

Installation/Usage

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

Documentation can be found as a chapter in the Julia manual as well as the API reference.

About

[DEPRECATED] Date/DateTime Implementation for the Julia Language; Successor to Datetime.jl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages