Created
July 18, 2016 16:21
-
-
Save allgood2386/3351f44aa8439b0f78ff2d2ff4d8782c to your computer and use it in GitHub Desktop.
wrapper.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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