Top Menu

Here you do the change date format with this function.
Code :
public function todayDDMMMYY($dt,$format=’d-M-Y’) {
        date_default_timezone_set(‘Asia/Calcutta’);//// Change according itself country Zone
        return date($format,strtotime($dt));
    }

About The Author

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Close