Guest User

Untitled

a guest
Oct 11th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $diaSelecionado = $_POST["DiaSelecionado"]; // 11/10/2018
  2. list($dia,$mes,$ano) = explode("/",$diaSelecionado);
  3. $diaSemanaNumeral = date('w',mktime(0,0,0,$mes,$dia,$ano));
Add Comment
Please, Sign In to add comment