Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
338 Vistas

Hi everybody ;)

Please who does know how to get the month of a field type DATE??!!!

Thanks a lot

 
Avatar
Descartar
Mejor respuesta

Hi,,

Try this script:-

date = datetime.strptime(date_field, DEFAULT_SERVER_DATE_FORMAT)

month = date.month

Hope this helps..

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
4
oct 16
31256
1
sept 15
3925
1
jun 15
844
0
abr 15
690
2
abr 15
867