Welcome Guest, Not a member yet? Register   Sign In
How to translate month?
#2

I use the example below, in a help, for the Portuguese:

PHP Code:
setlocale(LC_TIME'pt''portuguese');
    date_default_timezone_set('America/Sao_Paulo');

    //short date
    return utf8_encode(strftime('%d de %B'strtotime('today')));
    
    
//returns: 29 de abril
    
    
//long date
    return utf8_encode(strftime('%d de %B de %Y'strtotime('today')));
    
    
//returns 29 de abril de 2021
    
Reply


Messages In This Thread
How to translate month? - by sfarzoso - 04-29-2021, 02:07 AM
RE: How to translate month? - by wdeda - 04-29-2021, 06:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB