how to get match date and month in php

116

date('m',strtotime('2018-06-30' )) == date('m');

Comments

Submit
0 Comments