Library Collections
Discover books, journals, archives, and digitization that support teaching, learning, and research
at Prairie View A&M University.
Need help finding library materials?
Find a Subject SpecialistUsing collections for research?
Explore Research Tools
const now = new Date();
const day = now.getDay(); // 0 (Sun) to 6 (Sat)
const display = document.getElementById('open-status-js');
if (day >= 2 && day <= 4) {
// Tuesday - Thursday
display.innerHTML = "
Today's Hours:
7 a.m. – 12 a.m.
Today: CLOSED
"; } else if (day === 5) { // Friday display.innerHTML = "Today's Hours:
8 a.m. – 5 p.m.




