Is there any way to get the Day Of Year of a given date?
I have the birthday of the people and need to list those people where their aniversary day is between 2 given dates.
Printable View
Is there any way to get the Day Of Year of a given date?
I have the birthday of the people and need to list those people where their aniversary day is between 2 given dates.
Use Above Formula from insert filed ans select formula.........VB Code:
day({Salary_Table.DOJ})
here Salary_Table is the name of the table u can select ur table.........
DOJ is date type varible in the table...........
select ur date type varible from the table........
make formula ans use it.
Thanks
bye