• Home
  • News
  • Can’t Remember your ARCRA Membership Renewal Date? Help Has Arrived!

Can’t Remember your ARCRA Membership Renewal Date? Help Has Arrived!

11/18/2019 11:37 AM | Anonymous member (Administrator)

As part of the reformatting of the ARCRA eNewsletter, we have found a way to include your membership type (Annual or Lifetime) and your renewal date if you are an Annual Member in the header of your monthly eNewsletter.  So, you can now easily see your renewal date without going through the steps of logging on to our website.  We hope that you will find this helpful and an easy way to see when your membership renewal will be coming!

If you have an email address and want to start getting the monthly eNewsletter, just email your name and email address to admin@arcretireeassoc.org. or call the office 202-303-7184 and Leave a voice mail with your name and email address. We will update your membership profile to include your email address and you will get the next eNewsletter at the end of the month.


431 18th St, NW, Washington, DC 2006  PO Box 1581  .  Vienna, VA 22180
E-mail: admin@arcretireeassoc.org
Tel: 202-303-8779. ARCRA & Retiree Connection

© American Red Cross Retiree Association All rights reserved

Powered by Wild Apricot Membership Software
function SetMyDate() { // Array of day names var dayNames = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"); // Array of month Names var monthNames = new Array( "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); var now = new Date(); document.getElementById("YOURELEMENTID").value = dayNames[now.getDay()] + ", " + monthNames[now.getMonth()] + " " + now.getDate() + ", " + now.getFullYear(); }