wildmurphy
Programmer
Hi all,
Im having trouble using mysql to select a unix timestamp from a database and return a month as the field.....
SELECT hdr.incident_id as Incident_ID , hdr.incident_date as Incident_Date .....
needing to get the hdr.incident_date which is a unix timestamp to return Incident_date as just the month in the word format ie december.......
Argh!! PLease help me
Im having trouble using mysql to select a unix timestamp from a database and return a month as the field.....
SELECT hdr.incident_id as Incident_ID , hdr.incident_date as Incident_Date .....
needing to get the hdr.incident_date which is a unix timestamp to return Incident_date as just the month in the word format ie december.......
Argh!! PLease help me