Day-number of the month

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.
 
R

Rob Berkers

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.
 
T

tina

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.
 
Top