Ignore:
Timestamp:
07/09/06 19:41:18 (18 years ago)
Author:
Nicholas Riley
Message:

Launch on boot; better date format; PNG optimization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hiptop/pester/net/sabi/pester/Alarm.java

    r244 r247  
    163163        String layout = LocaleUtils.getDateTimePattern();
    164164        String timeFormat = LocaleUtils.getMediumTimeFormat();
    165         String dateFormat = LocaleUtils.getShortDateFormat();
     165        String dateFormat = LocaleUtils.getMediumDateFormat();
    166166        return StringFormat.withFormat(layout,
    167167                                       DateFormat.withFormat(timeFormat, date),
Note: See TracChangeset for help on using the changeset viewer.