Date field problem - is this a bug? (1 Viewer)

h33

Registered User.
Local time
Today, 12:12
Joined
Aug 7, 2006
Messages
10
I want to add a full stop to the end of my date field, so i use this code:

=[Return Date] & "."

It adds the "." but it changes the format of the date to 'General Date'. I want it to be long date. If I take the "." out of the field, it reverts to long date.

Is there a work around?
 

Pat Hartman

Super Moderator
Staff member
Local time
Today, 07:12
Joined
Feb 19, 2002
Messages
43,491
=Format([Return Date], "Long Date") & "."
 

Users who are viewing this thread

Top Bottom