I have pages in a view that I want to display during a season and there is a field that is a taxonomy of {summer, fall, winter, spring}. My problem is that I cannot figure out how to get the current season and compare it to the field in my pages. I can calculate the season using php:
$value = '';
$today = new DateTime();
echo 'Today is: ' . $today->format('m-d-Y') . '<br />';
I have a site that uses leaflet map and geofied. I found it to be a headache to set up as it required composer to install some files somewhere. I say somewhere as I am a bit of a novice with regards to Drupal. I found a post that mentioned 2 composer requirements