dates in general format

deekras

Registered User.
Local time
Today, 13:41
Joined
Jun 14, 2000
Messages
169
i have a date field that i want to add a number to. this works fine.
NEW END DATE: Format(DateAdd("m",+[payment schedule],[PAID THROUGH]))

but i want to see it as May 1, 2001 not 05/01/01. how can i do that?
 
NEW END DATE: Format(DateAdd("m",+[payment schedule],[PAID THROUGH]),"mmm d, yyyy")
 

Users who are viewing this thread

Back
Top Bottom