Example #1
0
function sp_the_date($post = 0, $format = null)
{
    echo sp_get_date($post, $format);
}
function sp_the_date($post = 0)
{
    echo sp_get_date($post);
}