Example #1
0
function dateex($format, $timestamp)
{
    return DateTime::DateEx($format, $timestamp);
}