Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How to initiate a session in php?

0 Answers  


What is polymorphism?

0 Answers  


Explain about the data types in PHP?

0 Answers  


What is foreach loop in php?

0 Answers  


what is variable scope, which variables are accessible from where and what are "undefined variable" errors?

0 Answers  


how to get the value in script values

1 Answers  


What is the difference between substr() and strstr()?

0 Answers  


which function used to get the file name in php?

5 Answers  


Is it possible to get the screen resolution and like with php?

1 Answers  


What is rest api in php?

0 Answers  


Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?

0 Answers  


why did u want to leave your past organisation?

0 Answers  


Categories