Welcome Guest, Not a member yet? Register   Sign In
global date format
#3

[eluser]peter222[/eluser]
Thank You for help. Finally I have done it this way:

set constans:
Code:
define('DATEFORMAT','d-m-YYYY');

and wrote dth_helper:

Code:
if ( ! function_exists('dth'))
{
    function dth($date)
    {

        return date(DATEFORMAT,strtotime($date));
    }
}


Messages In This Thread
global date format - by El Forum - 01-24-2010, 04:00 AM
global date format - by El Forum - 01-24-2010, 04:39 AM
global date format - by El Forum - 01-24-2010, 05:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB