how can i get the date in dd mm yyyy format please help me
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
            
                1
                
                    Responder
                
            
        
        
            
                6703
                
                    Vistas
                
            
        
    - OpenERP Menu: - Settings --> Translations --> Languages
- Open your Language and edit the record to change the Date Format to %d/%m/%Y 
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|  | 1 nov 22  | 7131 | ||
|  | 1 oct 21  | 4029 | ||
|  | 2 nov 18  | 10856 | ||
|  | 1 mar 15  | 4189 | ||
|  | 4 mar 15  | 5948 | 
 
                        
You want to get the date in dd mm yyyy format using SQL query ?
SQL Query : select to_char(date,'DD/MM/YYYY') from table_name;