G
Gardener
I'm trying to determine the school year that a child is
in from their date of birth. I can see that it could be
done by using a series of nested if statements, i.e. iff
birth date between x/y/zz and a/b/cc, then year 1, etc.
Can anyone think of a cleaner and easier way of doing
this?
in from their date of birth. I can see that it could be
done by using a series of nested if statements, i.e. iff
birth date between x/y/zz and a/b/cc, then year 1, etc.
Can anyone think of a cleaner and easier way of doing
this?