RFS Board, Council, Committee Application - 12/12/2018
Thank you for submitting your application for a RFS board, council or committee position. Please submit your curriculum vitae to RFSInfo@texmed.org to complete your nomination.NameMailing AddressCityZipPhoneEmailClassificationBCC HistoryChoice 1Choice 2Choice 3Why Want To ServeBackground InfoActivites, Honors, OfficesI currently serve as a RFS representative/alternate representative and wish to remain on the same board/council/committeeI currently serve as a RFS representative/alternate representative and wish to serve on a new board/council/committeeI have never served on a board/council/committee and wish to do so now
function ektLocalizeDate(date, id) {
setTimeout(function() {
if (document.getElementById && 10 == date.length) {
var oTempDate = new Date(date.substr(0,4), parseInt(date.substr(5,2),10)-1, date.substr(8,2));
document.getElementById(id).innerHTML=(oTempDate.toLocaleDateString ? oTempDate.toLocaleDateString() : oTempDate.toLocaleString());
}
}, 1);
}
// ...