bole to me mumbai coder – “मी मुंबई coder”
New to mumbai, but language is super cool here.
Even I have observed that I am using some of the phrases for my/our daily use.
यार लग रहा है loop मैं कुछ लोचा है … सुन ना, तेरा हुआ क्या … ज्यादा लोड मत ले, ये code तो automatic चलेगा … यार, क्या deadline दिया है, मेरी तो फट रही है. अरे! क्या ज़क्कास code लिखा है तुने आईला !! क्या बात कर रहा है , सच मैं…. हट साले ! एक दम अतरंगी है …
And many more…
बोले तो, अपुन का एकदम मस्त चल-रेला है. तू बोल न तेरा कैसा चल रहा है…
1 comment
Find last day of the month in PHP
Yday I was working with dates and got the situation to get the last day of the month so got this piece of code.
date(’Y-m-d’,strtotime(’-1 second’,strtotime(’+1 month’,strtotime(date(’m').’/01/’.date(’Y').’ 00:00:00′))));
And this piece of code will gv you the last day of the your corrent month.
tags: PHP, code, month, programming





