Hello,
Our membership expires on 9/30, but there is a grace period until January. I am trying not to hardcode the date and just say:
paid_through date >=getdate()
so on October 1st these members will expire but they are actually still in the grace period. I can't seem to get the syntax correct using datepart... can anyone help?
Thanks!
Our membership expires on 9/30, but there is a grace period until January. I am trying not to hardcode the date and just say:
paid_through date >=getdate()
so on October 1st these members will expire but they are actually still in the grace period. I can't seem to get the syntax correct using datepart... can anyone help?
Thanks!