Date Formatted

add_action(\’init\’, function () { add_shortcode(\’formatted_start_date\’, function ($atts) { $atts = shortcode_atts([\’id\’ => null], $atts); $post_id = intval($atts[\’id\’]); if (!$post_id) { return \’\’; } $raw_date = get_field(\’start_date\’, $post_id); if (!$raw_date) { return \’\’; } // Try parsing as Ymd (ACF date format) $date = DateTime::createFromFormat(\’Ymd\’, $raw_date); if (!$date) { // Try to parse other common formats […]

In Case You Missed It!

View this email in your browser KALS NEEDS YOU! To support the life-long learning programs you enjoy, KALS requires active members to join the board! The KALS Board positions listed below will be open at the beginning of our 2025-2026 programs.   Depending on your experience and familiarity with how KAL operates, one of these positions […]