Guest User

Untitled

a guest
Nov 12th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $addeddays = get_user_meta($this->order->user_id, 'xxx', true);
  2. $timeBase = date('j.n.Y');
  3. echo date('j.n.Y', strtotime($timeBase, "+ $addeddays days"));
Add Comment
Please, Sign In to add comment