Revision e5c6964a497a71fb940117530c1867ddd71f4c67 authored by Jeff Bezanson on 09 September 2015, 16:07:51 UTC, committed by Jeff Bezanson on 09 September 2015, 16:07:51 UTC
1 parent e9f4e20
Raw File
dates.jl
# This file is a part of Julia. License is MIT: http://julialang.org/license

module TestDates

using Base.Dates
using Base.Test

include("dates/types.jl")
include("dates/periods.jl")
include("dates/accessors.jl")
include("dates/query.jl")
include("dates/arithmetic.jl")
include("dates/conversions.jl")
include("dates/ranges.jl")
include("dates/adjusters.jl")
include("dates/io.jl")

end
back to top