Answers for "how to get current year and month in php"

8

php get current year

// get current year using php
<?php echo date("Y"); ?>
Posted by: Guest on August-03-2020
3

php grab year from date

$year = date("y",strtotime($mydate));
Posted by: Guest on June-11-2020
2

get current month php

date('m');
Posted by: Guest on May-25-2020

Code answers related to "how to get current year and month in php"

Code answers related to "Javascript"

Browse Popular Code Answers by Language