day name

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I've got a date eg 23.2.2005. How can I find out what day it was (monday,
tuesday...). Also name for month?
Thanx

alek_mil
 
alekm said:
Hi,
I've got a date eg 23.2.2005. How can I find out what day it was (monday,
tuesday...). Also name for month?
Thanx

? format(#9/4/1955#,"dddd")

will print Saturday.

? format(#9/4/1955#,"mmmm")

will print April.

In the US format, it will print Sunday and September, of course


Tom Lake
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

current form and control 3
query object 8
setting enabled to false for button 3
WCG Stats delay for a few days 3
current user and its group 1
table in database 3
subform in subform 2
query filter 1

Back
Top