RecordStore.getLastModified()
this method returns a long. Is it possible to show in a date and time format? I've tried looking through the calendar api but no avail... long getLastModified() Returns the last time the record store was modified, in the format used by System.currentTimeMillis().
Is this a J2ME RecordStore, and if so what profile are you using?If it's a J2SE class I've never heard of, try turning your long into a Date, and then turning the Date into a Calendar.