Created
September 16, 2017 19:45
-
-
Save rodrigobravo/110039734b505b6843be07fc5221a830 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| $today=date('d-m-Y'); | |
| foreach ($linhas as $entrada) { | |
| $reqdate = date("d/m/y",substr($entrada->data_FP,0,-9)); | |
| if ($today == $reqdate){ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment