How to get seconds from current date using date function ?

Answers were Sorted based on User's Feedback



How to get seconds from current date using date function ?..

Answer / suma

date("s")

Is This Answer Correct ?    63 Yes 4 No

How to get seconds from current date using date function ?..

Answer / rupa

date("h:i:s");//get current time
date(s);//get only seconds

Is This Answer Correct ?    25 Yes 2 No

How to get seconds from current date using date function ?..

Answer / kumaresan

date("s")

Is This Answer Correct ?    13 Yes 2 No

How to get seconds from current date using date function ?..

Answer / sunil kumar

date("s")

Is This Answer Correct ?    6 Yes 3 No

How to get seconds from current date using date function ?..

Answer / ghan shyam

by using date function like :
date("s",time());

or
date("s",strtotime("$dt")); for given date in $dt

Is This Answer Correct ?    1 Yes 4 No

How to get seconds from current date using date function ?..

Answer / meena mojaaila

date

Is This Answer Correct ?    0 Yes 7 No

How to get seconds from current date using date function ?..

Answer / dinesh kumar

datepart(dateinterval.second,now)

Is This Answer Correct ?    1 Yes 10 No

How to get seconds from current date using date function ?..

Answer / saritha

date('y-m-d')

Is This Answer Correct ?    2 Yes 33 No

Post New Answer

More PHP Interview Questions

Write a php code which could be used to generate random numbers between 1 - 100 and display them on the screen.

7 Answers  


List the different types of print functions available in php?

0 Answers  


what is the default method of form in php?

6 Answers  


Which methods should be used for sending an email using the variables $to, $subject, and $body?

0 Answers  


Can I run php without xampp?

0 Answers  






How to copy a file?

0 Answers  


Php says that an array is an ordered map. But how the values are ordered in an array?

0 Answers  


Tell me what is the difference between the functions strstr() and stristr()?

0 Answers  


How do you clear environment variables?

0 Answers  


How to count a number of words in a string in php?

0 Answers  


What are the three classes of errors that can occur in php?

0 Answers  


How can we set and destroy the cookie in php?

0 Answers  


Categories