Contact: aviboots(AT)netvision.net.il
42,690 questions
55,449 answers
573 users
// int strtotime( string $time [, int $now] ); $timestamp = strtotime("February 27, 2016"); echo date('Y-m-d', $timestamp); /* run: 2016-02-27 */