[JPR] Hi Tim,
Sorry for the delay, I was in holidays. On disk, 4D use 8 bytes for a Date, and 8 bytes for a Time. A Time is a duration, so it's just a number. On disk, it's a Long-64 of milliseconds (584 million years, probably enough until next version). In memory, it's a Long-32 of ms, (around 23 days) On Disk, a Date is build with: - Word Year - Byte Month - Byte Day - Long-32 Milliseconds. HTH, My very best, JPR ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

