calculatin week

Yohn

Member
Hy.
I have something like this:

iMjesec = MONTH(TODAY).
IF iMjesec = 13 THEN iMjesec = 1.

I have to take records weekly of current month, not monthly.
How do I do that.

I'm new in this programing.
:)
thx.
 

TomBascom

Curmudgeon
What part of yesterday's answer is unclear?

Hy.
I have something like this:

iMjesec = MONTH(TODAY).
IF iMjesec = 13 THEN iMjesec = 1.

I have to take records weekly of current month, not monthly.
How do I do that.

I'm new in this programing.
:)
thx.

Your question is very unclear. Your example doesn't seem to relate to it at all. What is it that you are trying to do?
 

Yohn

Member
Re: calculating week

I'm trying to display all customer who have birthday next week.
 
Top