Skip to content
Manual Crono SQL

month

La función month devuelve un número entero entre 1 y 12 que representa el mes de una fecha.

select month('2025-06-15') resultado;

El resultado es:

6

Was this page helpful?

We are here to help. If you have any problem or question, open a GitHub issue and we will get back to you as soon as possible.

Create a GitHub issue