About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
paulinapomocka
9/4/2019 - 10:58 AM
share
Share
add_circle_outline
Save
current_date
php_current_date.php
content_copy
file_download
<?php $date_input = date("Y-m-d"); $date = date_create($date_input);
clear