how do i display the day of the week using the TODAY() function?

  • Thread starter Thread starter Guest
  • Start date Start date
i want it to display like this "aturday 11/20/2004"

If you're doing this in Microsoft Access, the subject of this
newsgroup, use

Format(Date(), "dddd mm/dd/yyyy")

If you're doing it in Excel, the syntax will be somewhat different;
you may want to ask the question in an Excel newsgroup so someone
familiar with that program can help you.

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 
Back
Top