L LaBam Registered User. Local time Today, 06:05 Joined Mar 21, 2002 Messages 48 Nov 14, 2002 #1 How do I format a date which displays both date and time to show only the date and discard the time? That is, a date like 14/11/02 12:45 should only show 14/11/02. Thanks!
How do I format a date which displays both date and time to show only the date and discard the time? That is, a date like 14/11/02 12:45 should only show 14/11/02. Thanks!
Ally Registered User. Local time Today, 06:05 Joined Sep 18, 2001 Messages 617 Nov 14, 2002 #2 Sounds like somewhere you've got Now() instead of Date(). Date() will display just the date.