I have faced a small issue. check the below code
echo date('Y-m-d', strtotime('15 Nov, 2018'));
I was expecting that it will return 2018-11-15 but when i echo the result it returns 2016-11-15,
Can some one tell me what is the issue. Thanks in advance