Drupal: Setting the 'Date' field value
I tend to forget how to set the Drupal datetime field programmatically, so this post works as a note for my self and anyone else who's in the same boat.
Snippet
use Drupal\Core\Datetime\DrupalDateTime;
use Drupal\datetime\Plugin\Field\FieldType\DateT...
blog.birk-jensen.dk3 min read