Ok
How to generate a date/time on user's time zone setting of wordpress ?
How to insert a tuple, bypassing insert triggers? so you can directly set an attribute that normally gets set by the trigger (i.e. a date)
I have a date in this format 8-30-2012. How can I convert this into a unix timestamp in PHP?
What's the simplest way to crontab a backup? I want it to include date in file name
What is $result['date'] ? a time() ?
How can I order by date my results ?, I'm using TIMESTAMP and if I use DATE_FORMAT it will only select date
Is there an easy way to get a row of data for each date in a range of dates?
Is there a way where I can fake the date of some posts? For example, I need to force my template to show posts from different months.
How do I get a date string in UTC from a timestamp in milliseconds? new Date( milliseconds ); gives me Sun Oct 03 2010 02:00:00 GMT+0200 (CET) {}
Is there an easy way I can get the latest date from 2 columns? Like, to get the latest from one column I'd use SELECT MAX(Date) FROM MyTable
How can I print the written date inside a Theme? (something like "Saturday June 19th, 2010"
How can I find() all records where today's date is between from[date] and to[date]? don't think the TimeHelper will help here...
What's the easiest way to build a where clause based on a unix timestamp on app side when I have separate date and time fields? seems a bit slow to do: where date>=from_unixtime... and date=from_un
Is there a type that I can use to store a date, either being just the Year or just the Year+Month, or Year+Month+Day?
Is there a nice way to group by a date (yyyy-mm-dd) from a timestamp column?