Golf Classic 2026
- April 27, 2026 8:00 am
- Lake Nona Golf and Country Club
- 9100 Chiltern Dr, Orlando, FL 32827
// ACF Multifors dates validation acf.add_filter('date_picker_args', function(args, el) { console.log('args.date.picker', el.data('name')); if(el.data('name') == 'date_of_birth'){ args.maxDate = 0; } // args.yearRange = "-50:+50"; // args.maxDate = 0; return args; });
Skip to content