I had my query wrong for the first fifty or so entries of a database table and because of this my date field has entries like "January 5th, 2013".
Can someone help me out with a query that will take all the entries in the date field and simply convert them to unix timestamps?
Researched lots of other questions here but nothing I have found seems to address manipulating/converting a group of dates after the fact.
Thanks