Day-number of the month

  • Thread starter Thread starter Rob Berkers
  • Start date Start date
R

Rob Berkers

I have here a small problem...

I need the get the day-number of a date, for example from the date
21-11-2005, I need the value 21 in a variable...

Is there a function to do this or some kind of trick to do it simple?

Thanks in advance,
Rob.
 
That works! Thank you very much for helping me out.

Rob.


have you tried

Day([DateFieldName])

hth


Rob Berkers said:
I have here a small problem...

I need the get the day-number of a date, for example from the date
21-11-2005, I need the value 21 in a variable...

Is there a function to do this or some kind of trick to do it simple?

Thanks in advance,
Rob.
 
you're welcome :)


Rob Berkers said:
That works! Thank you very much for helping me out.

Rob.


have you tried

Day([DateFieldName])

hth


Rob Berkers said:
I have here a small problem...

I need the get the day-number of a date, for example from the date
21-11-2005, I need the value 21 in a variable...

Is there a function to do this or some kind of trick to do it simple?

Thanks in advance,
Rob.
 

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

Back
Top