Ignore:
Timestamp:
08/27/08 15:10:31 (16 years ago)
Author:
ra33
Message:

Added additional mail functionality...
Also added REMINDER feature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/widgets/charts/TimeSeries.java

    r247 r284  
    205205         * @throws ParseException
    206206         */
    207         private Date parseDate(String dateString) throws ParseException {
     207        public static Date parseDate(String dateString) throws ParseException {
    208208                // Convert the attribute into a date
    209209                DateFormat df = null;
Note: See TracChangeset for help on using the changeset viewer.