Top "Strtotime" questions

PHP function for parsing about any English textual datetime description into a Unix timestamp

strtotime With Different Languages?

Does strtotime only work in the default language on the server? The below code should resolve to august 11, 2005, however it …

php localization strtotime
How to convert week number and year into unix timestamp?

I'm trying to group together dates into a week number and year, and then I want to convert that week …

php strtotime strftime mktime
php function for get all mondays within date range

Example: $startDate is Monday 2007-02-05 and $endDate is Tuesday 2007-02-20. Then I want it to list: Monday 2007-02…

php strtotime
last week, this week (php)

i am making some statistics, i want to select the time from (last week only) and this week. for this …

php date strtotime
PHP strtotime returns a 1970 date when date column is null

I want to display $row->depositdate in dd-mm-yyyy format. If the date column in database is null the date …

php date-format strtotime
php check for a valid date, weird date conversions

Is there a way to check to see if a date/time is valid you would think these would be …

php date time strtotime
PHP : strtotime() returns always 01/01/1970

I am trying to display dates in the European format (dd/mm/yyyy) with strtotime but it always returns 01/01/1970. Here …

php date format strtotime
PHP strtotime to return as UTC timestamp?

Its a bit of a sever difference problem. On my local dev. server Im using: <?php print strtotime($date." …

php timestamp strtotime
php string in a date format, add 12 hours

I have this string object in my php array "2013-03-05 00:00:00+00" I would like to add 12 hours to the entry …

php datetime strtotime
php strtotime in seconds and minutes

i use ths method to find the difference between two timestamp and get the number of seconds between those two …

php date strtotime date-math