General

What is DateCalc?
A small shrink-wrapped library for doing date-time calculations, which incorporates the time-zone, its locale and how to format it.
[top]

Why should I use DateCalc?
If you need a convenient way of doing date-time calculation, like "give me the last day of previous month" or "add 60 days from yesterday" or "what is the time of now, but in PST".
[top]

How can I use DateCalc?
Primarily it's intended to be used in scripts, i.e., command-line usage. However, it can aloso be used as a high-level facad to do calendar computation. You can use text expression using the parser or create cascading mehtod invocations directely.
[top]

Technical

What is the requirements to use DateCalc?
Its is compiled with Java 5. Although, it's fairly easy to backport it to a previous Java version.
[top]