2021 Economic Impact Payments will be delivered in batches over the next several weeks to eligible individuals. If you are expecting a payment, review the latest updates.
Check out “Alert Services” – important account notices you choose to receive via email. We will alert you of the following, depending on your preferences selected:
Daily balance update
Balance changes
Transaction alert
Loan payment reminders
Selected check clears
To manage your alerts simply log into Online Banking using the sign in box in the main menu above, click on “Alerts & Settings”, “Manage Alerts”, then select the alerts you wish to receive. Here are some tips when signing up for Online Banking:
Enter the information exactly as it appears on your DCCU account statement (found on your monthly statement).
The Primary Account Holder Name must consist of the first, middle, and last name.
Your email address must be on file at DCCU to sign up for Online Banking. Contact us to add/update the email address on your account.
Note: Data charges by your mobile phone/device provider may apply and are the responsibility of the mobile phone/device owner.
$(document).ready(function() {
$('#lhnContainerDone').hide(); //hides the link by default
var d = new Date(); //gets the current date time
var n = d.getDay(); //determines day of the week ... 0=Sun, 1=Mon...
if (n >= 1 && n <= 4)
{ //checks if it is Monday through thursday
var startt = new Date(); //creates a start date
startt.setHours(09); //sets start date hour to 9
startt.setMinutes(0); // sets start minutes to 00
var endt = new Date(); //creates end date
endt.setHours(17); //sets end date time to 5 PM
endt.setMinutes(30); //sets end date minutes to 5:30 PM
if (d >= startt && d <= endt) //checks to see if the current date/time is between the start and end date
$('#lhnContainerDone').show(); //shows the link if it is true
}
else if (n == 5) // day is friday
{
var startt = new Date(); //creates a start date
startt.setHours(09); //sets start date hour to 9
startt.setMinutes(0); // sets start minutes to 00
var endt = new Date(); //creates end date
endt.setHours(18); //sets end date time to 6 PM
endt.setMinutes(00); //sets end date minutes 00
if (d >= startt && d <= end) //checks to see if the current date/time is between the start and end date
$('#lhnContainerDone').show(); //shows the link if it is true
}
else
{
$('#lhnContainerDone').hide(); //hides the link if false
}
});
help desk software
External Link Notice...
You are about to open a webpage that is not controlled or owned by DCCU. DCCU does not contribute to the content displayed on this website and does not represent you or the third party in transactions conducted via external links. Please be aware that information security and privacy policies may differ from those implemented by DCCU.