function formatSuffix()

in includes/ga4.js [17:19]


function formatSuffix(date) {
    return date.toISOString().substr(0,10).replaceAll('-', '');
}