ADVERTISEMENT

Marcos to lead Heroes Day rites; Gen Z students weigh in on holiday

Published Aug 27, 2023 09:05 am

At A Glance

  • This year's observance theme is "Karangalan, Katungkulan, Kabayanihan."
  • The National Heroes Day is one of the oldest public holidays in the Philippines. The celebration started during the American Colonial Period and became a holiday through Republic Act (RA) No. 3827 on Oct. 28, 1931.
  • Laws about the holiday did not specify any hero for Filipinos to celebrate, allowing the public to commemorate the bravery of anyone who has "braved death or persecution for home, nation, justice, and freedom."

President Ferdinand "Bongbong" Marcos Jr. will lead the country in remembering the country's fallen heroes as Filipinos mark National Heroes Day on Aug. 28.

Libingan ng mga Bayani, Manila North Cemetery: Where national artists rest
Libingan ng mga Bayani (Photo from Libingan ng mga Bayani’s official Facebook page)

Marcos will lead the National Heroes Day rites at the Libingan ng Mga Bayani in Fort Andres Bonifacio in Taguig City.

The event will take place on Monday morning with Defense Secretary Gilbert Teodoro and Armed Forces of the Philippines (AFP) chief of staff General Romeo Brawner joining the President.

Other expected guests are Dr. Emmanuel Franco Calairo, the National Historical Commission of the Philippines (NHCP) chairperson, and Taguig City Mayor Maria Laarni Cayetano.

During National Heroes Day, the country is expected to pay tribute to those who sacrificed their lives for its liberation from foreign entities. Last year, President Marcos paid tribute to the countless Filipinos "of extraordinary courage and valor" who fought and sacrificed to establish and preserve the nation.

He also encouraged the citizenry to "never forget" them as their legacy and heroism live on in the hearts of medical professionals, civil servants, uniformed personnel, and ordinary citizens.

Marcos likewise honored modern-day heroes such as farmers, teachers, police, military, barangay officials, community leaders, ecological warriors, healthcare workers, overseas Filipino workers, and those working in other sectors.

This year's observance theme is "Karangalan, Katungkulan, Kabayanihan."


When did it start?

The National Heroes Day is one of the oldest public holidays in the Philippines. The celebration started during the American Colonial Period and became a holiday through Republic Act (RA) No. 3827 on Oct. 28, 1931.

Initially, the law declared the last Sunday of August of every year an official national holiday until the late President Jose P. Laurel signed Executive Order No. 20 on March 20, 1942, which set the National Heroes Day on the 30th of November, coinciding with the celebration of Bonifacio Day that started in 1921.

In 1952, the late President Elpidio Quirino reverted the date of National Heroes Day to the last Sunday of August. This continued until former President Gloria Macapagal-Arroyo signed into law RA 9492, which moved the holiday to the last Monday of August. This was to promote "Holiday Economics," which aimed to reduce work disruptions and allow extended weekends to boost domestic tourism.


What makes a hero?

According to the Official Gazette, the laws about the holiday did not specify any hero for Filipinos to celebrate. This allowed the public to commemorate the bravery of anyone who has "braved death or persecution for home, nation, justice, and freedom."

To student writer Aaron Sabile, 21, a hero can be defined as someone who has morals and is compassionate and hardworking.

"A hero can be someone who has no extraordinary powers but has the power of moral code or dignity and knows what is right from wrong," he said.

"Someone who understands compassion, hard work, and belongingness," he added.

For 20-year-old student paper editor-in-chief Hannah Leonardo, a hero explores new things to improve any situation.

"I believe that what truly makes someone a hero is a willingness to learn or explore something new to know what change they need to create— even if discomfort is part of the process," she said.

"Having that mindset proves to me that people are doing something not for the sake of being praised by others but because of their genuine regard for their surroundings," she added.

Both students also agreed that it is important for Filipinos to continue celebrating National Heroes Day.

"Everyone loves heroes, and National Heroes Day is a great way to honor and commemorate those heroes who established the country's basis of independence and made the world a better place," Sabile said.

"Such commemoration can help us remember and not turn the things our heroes fought for in vain— I believe that having the consciousness about our heroes from the past would help us envision the future they once believed in and push us to start actions that would inform change," Leonardo shared.

Related Tags

Bongbong Marcos National Heroes' Day President Marcos
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.