Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. {expression_to_be_printed|filter1|filter2|filter3}
  2.  
  3. {(new DateTime())->format('z') - $timestamp->format('z')}
  4.  
  5. {$timestamp->diff(new DateTime())->format('%a')}
  6.  
  7. {$timestamp->diff(new DateTime())|date:'%a'}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement