ePoch 1.0d1 Readme

-----------------------------------------------------------

ePoch is a simple program that calculates the number of days between two dates or the date that is a specified number of days from another date.

A. USERS MANUAL

-----------------------------------------------------------
The ePoch application can handle three different types of date calculations:

  1. Determine 'End Date' based on 'Start Date' and '# of Days'
  2. Determine '# of Days' based on 'Start Date' and 'End Date'
  3. Determine 'Start Date' based on 'End Date' and '# of Days'

Click on the 'Start Date' and/or 'End Date' label to select the date.

B. How To Install

-----------------------------------------------------------

C. FUTURE WORK

-----------------------------------------------------------

  1. Make sure the ePoch app compiles with GCC.
  2. Define a 'Date' class in C++ to allow for future code reuse.
  3. Implement preferences to allow the application to handle different date formats, to remember the last calculation performed, and to automatically set the 'Start Date' to the current day.
  4. The ePoch application should also be able to "jump" to the newly calculated date in the built-in Date Book app.

D. Where's the Source Code?

-----------------------------------------------------------
ePoch serves as a guideline on coding standards for developers wishing to participate in open source projects sponsored by Sovereign Software. The source files are included with this distribution under the "ePoch Source" directory and use Unix line breaks. ePoch was developed with Metrowerk's Codwarrior on a Macintosh Blue & White G3.

To keep up to date on other open source projects sponsored by Sovereign Software, join our Partners in Prosperity program - an online, open-source community for developers of mobile electronic devices - for free. By simply registering at www.sovware.com, you will begin receiving special benefits and rewards including the “Sovereign Insider”, an electronic newsletter for developers filled with interviews, hot news, articles, tips, contests, surveys, and free offers.

E. How to Contact Us

-----------------------------------------------------------
Visit us online at http://www.sovware.com or send email to info@sovware.com.

F. LICENSE

-----------------------------------------------------------
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA