how many ways we get current date in php

Answers were Sorted based on User's Feedback



how many ways we get current date in php..

Answer / swapna

$date_time = date('Y-m-d H:i:s'); use this one you can get
current date.

Is This Answer Correct ?    88 Yes 28 No

how many ways we get current date in php..

Answer / rohit

echo date("d-M-Y",time());

Is This Answer Correct ?    51 Yes 9 No

how many ways we get current date in php..

Answer / swapna

CURRENT_TIMESTAMP

Is This Answer Correct ?    33 Yes 21 No

how many ways we get current date in php..

Answer / rakesh dongarwar

echo $date = date("d/m/Y");

Is This Answer Correct ?    13 Yes 4 No

how many ways we get current date in php..

Answer / susmitha

$current_date=date('Y-m-d')

Is This Answer Correct ?    3 Yes 2 No

how many ways we get current date in php..

Answer / mahesh

$date = getdate()
Here $date prints as an Array.with current date and Time

Is This Answer Correct ?    24 Yes 25 No

how many ways we get current date in php..

Answer / l santosh

$date=date('Y-m-d H:i')

Is This Answer Correct ?    4 Yes 5 No

how many ways we get current date in php..

Answer / divyeshnimavat

$currtime = time();

Is This Answer Correct ?    17 Yes 19 No

how many ways we get current date in php..

Answer / tasimkhan

$date = date('d-M-Y H:i:s', strtotime(time(0))

Is This Answer Correct ?    4 Yes 7 No

Post New Answer

More PHP Interview Questions

What are Routines?

0 Answers  


delete session variable when close browser with out logout

3 Answers  


What is split function in php?

0 Answers  


How to close a session properly?

0 Answers  


What is php how it works?

0 Answers  






What are the methods of array in java?

0 Answers  


Is php difficult to learn?

0 Answers  


How to test if a variable is an array?

0 Answers  


How to create a table using php?

0 Answers  


If i make my selection in State Dropdown list, i would the City and ZipCode dropdown list to be automatically reupdated based on the State i select.(This to avoid the user select a City or Zipcode that does not correspond to the State previously selected.)

2 Answers   CMC, PHP,


Do you know how to enable error reporting in php?

0 Answers  


Tell me how to initiate a session in php?

0 Answers  


Categories