Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save allgood2386/3351f44aa8439b0f78ff2d2ff4d8782c to your computer and use it in GitHub Desktop.
Save allgood2386/3351f44aa8439b0f78ff2d2ff4d8782c to your computer and use it in GitHub Desktop.
wrapper.php
<?php
$entity_wrapper->field_date_project_posted->set(array(
'value' => $dt->format('Y-m-d'),
'value2' => $dt2->format('Y-m-d'),
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment