paulinapomocka
9/4/2019 - 10:58 AM

current_date

<?php
$date_input = date("Y-m-d");
$date = date_create($date_input);