C
Carla
Hello,
I am quite new in programming and really not comfortable
with date related issues. I need to send a yearly reminder
to our patients, my logic is
If ((Date()-365)=PatientLastServiceDate) pick this patient
and send a reminder.
I am assuming my application will run each day. My
question is: since I am using 365 as fixed number, does
anyone see any problem not picking some patients and/or
picking patients more than once, when we consider leap
year and other date related issues.
Thanks,
Carla.
I am quite new in programming and really not comfortable
with date related issues. I need to send a yearly reminder
to our patients, my logic is
If ((Date()-365)=PatientLastServiceDate) pick this patient
and send a reminder.
I am assuming my application will run each day. My
question is: since I am using 365 as fixed number, does
anyone see any problem not picking some patients and/or
picking patients more than once, when we consider leap
year and other date related issues.
Thanks,
Carla.