Date Field

Novice1

Registered User.
Local time
Today, 09:08
Joined
Mar 9, 2004
Messages
385
I have three date fields with a format of DD MMM YY. When I click on two of the date fields the date shows as expected DD MMM YY. I have one date field that show the date and time. The only thing different with this field is that I have a conditional format (change color is < Now()).

What can be causing the date field to also show the time (I understand the date/time are captured together but I thought I could limit what's displayed with the format. I also tried Medium Date as the format but still the day and time show).
 
Got it ... This date field is auto populated from another field (Field = Now() +7). When I changed Now() to Date() it fixed the problem. Thanks
 

Users who are viewing this thread

Back
Top Bottom