How can I select records based on a month or a year if the timestamp is in UNIX time? I can convert a single variable in UNIX time no problem but what is the best way to search a table looking for all records time stamped in September for example.
Here is a sample table:
1|1076460180|5004|Ed Husar|
[email protected]|0
2|1076460363|4005|Ed Husar|
[email protected]|0
Thanks in advance,
Ed