0
votes
2answers
41 views

Get normal user readable date/time with php

I know this question has been asked 2-3 times before, and I am using a function which I found in one of the answers(check it here) from those questions, but it doesnt seem to be working fine for me, i ...
-2
votes
1answer
34 views

Convert this date string to DATETIME or TIMESTAMP with PHP

I'm using the Beanstream Payment API, and the response comes back with the following date format: 5/21/2013 3:51:28 PM What would be the best way to convert this in order to store it as a TIMESTAMP ...
0
votes
1answer
36 views

Use PHP to display an image for 5 minutes every time the hour changes

I have been looking for a way using php to display 'imageA.jpg' during 5 minutes every time the hour changes, and go back to displaying 'imageB.jpg' for the remaing 55 minutes - until 'imageA.jpg' is ...
-1
votes
1answer
37 views

Formatting php timedifference based on days

I'm calculating a timedifference with this bit of php and formatting it in days, hours and minutes. // Compares expires_at with the current time $now = new DateTime(); $future_date = new ...
0
votes
2answers
26 views

Generate a data-time format from 2 separated strings

I need to compare date/time that I get from MySQL with a format like: 2013-05-17 15:07:29 From another database, I have data and time separated and in the notation: 130998 081836 I have ...
1
vote
2answers
34 views

Does date_default_timezone_set() effects time()?

If I set a time zone like: date_default_timezone_set('America/Los_Angeles'); Will it affect the value of time()?
1
vote
2answers
55 views

Why is my while loop not working when no echo is put inside?

I got a pretty simple code that will take 2 dates and loop my data until the end date is reached. $start = new DateTime($senddate); $now = new DateTime("NOW"); ...
0
votes
2answers
36 views

Inserting two seperate fields into one record php mysql

I have created a planner using php and jquery on my application. I have a section, where the user inputs start date and start time, and another where they input the end date and end time. The fields ...
-1
votes
3answers
33 views

How to compare two DATETIMEs from MySQL

I want to limit my users to only (be able to) post something every 15 minutes. So in my SQL query I select NOW() to get the current date and time, and also the user's last post date date_added. I ...
0
votes
1answer
97 views

PHP datetime always set last day of month [closed]

I want to add one month to given date. Input is string date, and output is DateTime object with added one month. But, if given date is 2013-05-31 and just add one month I got 2013-07-01 and I want to ...
0
votes
0answers
28 views

How to convert timestamp to ISO 8601 date and time format? [duplicate]

I need to convert timestamps to the ISO 8601 date and time format, which is defined as: YYYY-MM-DDTHH:MM:SS.SSSZ (e.g., 2004-08-04T19:09:02.768Z) I can get the year, month, and day using the ...
0
votes
1answer
83 views

datetime difference with php

I've viewed a few posts on this, but I'm still a bit confused on how it works. I want to compare 2 times. The first time is the time NOW and the second time is a datetime coming from the database. ...
2
votes
5answers
78 views

getting the proper date format in php

I am trying to fetch the Start date and end date from the following date format Wed 19 - Sat 22 June 2013 Now what i want the output is :- Startdate = 2013-06-19 Enddate = 2013-06-22 But i am ...
1
vote
1answer
22 views

PHP DateTimeZone error

I've been looking for a while, it used to work but it does'nt anymore and I can't find why. Does one of you have an idea? $utc_time = DateTime::createFromFormat('Y-m-d H:i:s', $time, new ...
0
votes
2answers
31 views

Convert Date and Time strings to DateTime

I'm trying to convert Date and Time to DateTime format using PHP: $matches_date = null; preg_match('/\[(.*[^]])\]/', $line_text, $matches_date); print "DATE: ".$matches_date[1]."<br>"; ...
1
vote
2answers
96 views

Removing exactly one month from a date

It seems that you can't use strotime if you need reliable and accurate date manipulation. For example, if the month has 31 days, then it appears that strtotime simply minuses 30 days, not a whole ...
0
votes
2answers
35 views

Calculate time different in minute and second

i try to compare 2 datetime and get the different in minutes and second and after i refer this topic How to get time difference in minutes in PHP yes that code can show the different but in minute: ...
-1
votes
0answers
36 views

Changing date/time to ago.. debug

This code was working a few days ago. All of a sudden my site started freezing and I dwindled the problem down to my code that converts date time to ago format. I can't figure out what's wrong with it ...
0
votes
1answer
34 views

Convert a “hh:mm”-string to HTML5 microformat duration

I'm trying to convert a string of the format "HH:MM" (for example, 01:25 - 1 hour and 25 minutes), for usage as microdata in a recipe page. I can create a DateTime object from the string like so: ...
2
votes
1answer
41 views

PHP/Wordpress: include hours & minutes in ascending list

I'm modifying a Wordpress plugin that another dev wrote a couple years back. In the PHP code, he's created a $now variable to get the current time. Then further down, we're displaying a list of ...
0
votes
3answers
54 views

Add 2 years to date [closed]

I can't seem to work out why this isn't working. I may of done this completely wrong but hoping someone can help. I have a date and I want to add 2 years to that date. When I run my code it only ...
0
votes
0answers
24 views

Does DateTime/date.timezone/date_default_timezone_set() all return the same data? [duplicate]

I've been developing a small web application and everything worked great in IDE, but the first time I sent it to the server I got this error: PHP Fatal error: Uncaught exception 'Exception' with ...
1
vote
2answers
51 views

While writing data in MySQL through PHP, add current date and time

I'm gathering some info from a website to put it in a MySQLdatabase. At this moment I just cannot find out how to get the date and time in the database. I tried several things, can you help? ...
0
votes
2answers
45 views

how to get hosted server(LAN) datetime in javascript

I have a web application, where users need to get the week number in a text box. Since the users/client machines are in different time zone, they are getting the week number based on their machine ...
2
votes
2answers
42 views

Validating Year with DateTime::createFromFormat

I have this block of code for validating a correctly formatted date prior to submission to a DB insert using DateTime::createFromFormat(). I'm expecting the date format to convert 'DD/MM/YYYY' to ...
2
votes
1answer
67 views

PHP/SQL Date Created vs Date Modified

I am working on a function that compares the date created and date modified of images and return the status of each case with PHP + MySQL. However, I realized that the data i'm trying to compare both ...
0
votes
2answers
42 views

PHP date to timestamp conversion not working as expected

I have following function which should just add number of weeks to the start date and return the end date, however i get wrong end date for values greater than 20 , for example the start ...
-7
votes
0answers
29 views

Custom Time to input into mysql field [closed]

There is one major problem I am having. Let me describe it. I have two input forms: Hour Time Phps Job: Convert the two input forms to a datetime format ready for mysql insertion If there is anymore ...
0
votes
1answer
39 views

MYSQL query for every hour

$today = mktime(0,0,0); $yesterday = $today - 86400; $this->view->numberyesterday=$db->fetchAll("SELECT * FROM `transactions` WHERE `siteid`=".$sid." AND `timestamp` > ...
0
votes
2answers
58 views

A datetime format

I need a way to make the datetime format looks like this : " 2013-10-23T12:30 " I did it this way but it's not working: echo "<input name='showdatetime' type='datetime-local' id='showdatetime' ...
0
votes
2answers
17 views

substr issues with a 'Last Updated' value

I have statistics that require a 'Last Updated' section on a dynamic image, and is expressed in hours. This is done with the following: $lastDate = $StatData->date; $now = date("Y-m-d G:i:s"); ...
-1
votes
1answer
33 views

PHP/MySQL between day and day+1d7h

I m trying to execute this query into my php file but does not return any results (no errors) $day = $_GET["day"]; $query_string = "SELECT * FROM $tablename WHERE TIMESTAMP('date','time') BETWEEN ...
1
vote
4answers
56 views

Timestamp older than current time if else statement

Im testing an online/offline function with timestamp from the database against DateTime NOW. But I cant figure out how to set interval time on lets say 5 minutes. If the user has not done anything in ...
0
votes
2answers
50 views

calculating diffrent of the time in datetime field in mysql

i have a datetime field in my table and want to calculate only different of it time and not it date with mysql functions like this: datetime1 : 2013-04-08 08:30:00 datetime2 : 2013-03-08 08:35:00 ...
1
vote
3answers
48 views

ORDER BY date and include records that don't have date? [duplicate]

Is it possible to sort records by DATE but still include records that don't have date value? The latter would be placed at the end of the list. This is a wordpress query but I figure my question is ...
0
votes
1answer
39 views

select time from column have datetime format with sql [closed]

Here is mysql data -- -- Table structure for table `pending_accounts` -- CREATE TABLE IF NOT EXISTS `pending_accounts` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `username` varchar(15) NOT ...
0
votes
1answer
76 views

Is it me or there's a bug in PHP DateTime?

I've just encountered on a problem I never though would exist. I have a form that submits dates in the following format 04/28/2013 11:00. On the user front-end I'm using jquery datetimepicker and on ...
0
votes
2answers
41 views

PHP date returning wrong value

I have a date format like this 'Tue May 01 00:00:00 +1000 2012' (from array data on json file) when I use date() function it returning April, :D echo date('F Y', strtotime('Tue May 01 00:00:00 ...
0
votes
1answer
38 views

php convert string to SQL type DateTime

I want to be able to compare an input of $date, which is a string, with a value from the database with the type of "datetime". Here's my code below. It outputs as a string type instead of the desired ...
0
votes
6answers
56 views

get a date from a mysql query in php

I have a mysql database. I have a php script, that connects to my database. My database consists of 3 tables, error, date, email address, as per the screenshot my php query is as follows: <?php ...
0
votes
2answers
63 views

PHP/MySQL - DATETIME NOT INSERTING PROPERLY [closed]

$date_orig = $dom->getElementById("Date")->nodeValue; $date = date("Y-d-m H:m:s", strtotime($date_orig)); $queery = $db->query("INSERT INTO records (`date`) VALUES ('".$date."')"; ...
0
votes
6answers
58 views

Adding days to date in php

I read about this but does not working for me. Here is my code: $today = date_create()->format("d/m/Y"); // Today is 25/04/2013 $num_days = GetNumberOfdays(); $end_date = date("d/m/Y", ...
1
vote
0answers
111 views

PHP PDO date time formats

So I am using PHP PDO to load a class I have created called 'User' from mysql. My object contains several fields including 3 date fields. But for some reason, when I dump the object (using ...
0
votes
3answers
46 views

Getting days from DateTime() above 30/31 so it doesn't carry over to months

I'm calculating the difference between 2 dates using DateTime() and it's working fine. The problem is that I want to have the days format be able to go above a full month so 30/31 or higher. $now = ...
2
votes
5answers
46 views

Checking to see if a DATETIME was 14 days ago

What I'm trying to do is query a table in the database so that I can send a Welcome email 14 days after they have activated their account... Once I successfully send the email, I will then set the ...
0
votes
1answer
40 views

PHP DateTime::diff always returns 0? [closed]

I have two timestamps, one retrieved from a mysql DB and the other created for the current time: $timestart = $row[ time_started ];//2013-04-24 15:51:59 $timenow = date("Y-m-d H:i:s");//2013-04-24 ...
2
votes
1answer
50 views

PHP DateTime from negative UNIX timestamp with milli/microseconds

I'd like to create PHP \DateTime object from negative UNIX timestamps (before 1970) with microseconds without much dirty code. new \DateTime("@-100") works, but new \DateTime("@-100.123") does not. ...
-7
votes
1answer
105 views

Get current Time of all Countries [closed]

I have an SMS site, that allows people send SMS. I want to add a schedule feature, where people can write the time they want their SMS to be sent. Everything will be stored in the database that is the ...
2
votes
2answers
51 views

Timezone inconsistency in momentjs and php

We are having problems to get the datetime representation in php and momentjs in sync. Lets say we are having a datetime with a time zone in Moscow: 2013-06-10T10:40:00.000+04:00 The user should see ...
0
votes
1answer
51 views

PHP seems to be returning incorrect weekdays

First of all, here is my code: <?php $year = 1006; while ($year <= 1996) { $date = '1/26/' . $year; if (date('l', strtotime($date)) == 'Monday') { echo $date . PHP_EOL; ...

1 2 3 4 5 37