THEME COLOR
I am trying to convert a date from yyyy-mm-dd to dd-mm-yyyy (but not in SQL); however I don't know how the date function requires a timestamp, and I can't get a timestamp from this string.
How is this possible?
Use Can Use strtotime() and date():
strtotime()
date()
$originalDate = "2010-03-21"; $newDate = date("d-m-Y", strtotime($originalDate));
(see strtotime and date docs on the PHP site).
Post Your Answers
संचार के साधन वर्तमान युग में अत्यन्त महत्वपूर्ण व उपयोगी कैसे हैं? वर्णन कीजिए। How are the means of communication very important and useful in the present age?
How to Create Tables in MySQL Database Using PHP?
पृथ्वी पर जल के वितरण को मानचित्र की सहायता से स्पस्ट कीजिये|
What is the best collation to use for MySQL (with PHP)
Internal Energy से सम्बंधित भौतिकी विज्ञानं में Thermodynamics का प्रथम नियम क्या है
How to copy mysql database from one server to other server using command prompt
गोलीय दर्पण की फोकस दूरी किसे कहते हैं? What is the focal length of a spherical mirror called.
How to list all files and folders in directory using PHP
jQuery AJAX Autocomplete – Country
What is oops ?
How is router different from a modem?
Check if string contains specific words?
Describe the two general roles of an operating system, and elaborate why these roles are important ?
किसी एक मंडल के न होने से क्या - क्या कठिनाइयाँ होगी| लिखिए|
Can I talk to real person at Allegiant Air
.prop() vs .attr()
सोडियम को केरोसीन तेल में डुबोकर क्यों रखा जाता है? Why is sodium kept immersed in kerosene oil?
आवर्त में बायीं से दायीं ओर जाने पर परमाणु त्रिज्या क्यों घटती है ? Why does the atomic radius decrease from left to right in a period?
हमारे पास दो नेत्र क्यों होते हैं? केवल एक ही क्यों नहीं? | Why do we have two eyes? Why not only one?
जैव संसाधन और अजैव संसाधन क्या होते है ? उदाहरण के साथ समझाए | What are biotic resources and abiotic resources? Explain with example.
तत्वों का वर्गीकरण किस प्रकार किया गया है? आवर्त सारणी में वर्ग तथा आवर्त क्या हैं ? How are the elements classified? What are groups and periods in the periodic table?
वायुमंडल किसे कहते है ? वायुमंडल के गैसों के घटक को बृत में दिखलाइये|
mysql_fetch_array() expects parameter 1 to be resource (or mysqli_result), boolean given
How to Install Pear on Windows using WAMP
आनुवंशिकी क्या है? मैंडल के प्रभाविता के नियम को समझाइये। What is genetics? Explain Mendel's law of effectiveness.
विस्थापन और दूरी में क्या सम्बन्ध / अंतर है?
हड़प्पा सभ्यता की नगर योजना व्यवस्था पर प्रकाश डालिए। Throw light on the town planning system of Harappan civilization.
Time Ago Function PHP
How to Upload PHP Project from Local System Wampserver to linux Server and run
प्रकाश के परावर्तन के नियम क्या है ..?
सूर्योदय और सूर्यास्त के समय सूर्य लाल क्यों दिखाई देता है ? Why does the sun appear red during sunrise and sunset?
How do you parse and process HTML/XML in PHP?
Partially hide email address in PHP
count no of rows in cakephp base on email id
वर्तमान भारतीय राजनीति में लोकतंत्र की कौन-कौन-सी चुनौतियाँ हैं ? What are the challenges of democracy in present Indian politics?
How do I Talk to a Live Person at Breeze Airways
Different between HTML and PHP ?
आवेश केंद्र क्या है? | What is Charge Center |
दर्पण क्या है , दर्पण कितने प्रकार के होते है?
फ्लेमिंग का वामहस्त नियम लिखिए। Write Fleming's left hand rule.
how to create a login page with PHP and MySQL.
How many types we show dates in PHP ie Formatting of date function in PHP . ?
Stripping a phone number of its parenthesis, spaces, and hyphens in PHP?
मानसून क्या है , यह कैसे बंनता है?. मानसून कितने प्रकार के है
झारखंड में कुल कितने प्रमंडल है, इसका मुख्यालय कहाँ है इसके अंतर्गत कौन कौन से जिले आते है|
सह-अभाज्य संख्या किसे कहते है ?
How Do I Talk to a Live Person at Microsoft?
how to connecting mysql database in php
Surrogacy Kya Hai, क्या है सरोगेसी
लोहे को जंग से बचाने के दो उपाय बताइए। Mention two ways to protect iron from rusting.
कारण बताइए :- निष्कर्षण प्रक्रम में कार्बोनेट एवं सल्फाइट अयस्क को ऑक्साइड में परिवर्तित किया जाता है। Give reasons :- Carbonate and sulphite ores are converted into oxides in the extraction process.
समजात अंग किसे कहते है ? What is a homologous organ?
How to create ZIP archives using PHP and download
Simple Ajax Jquery script- How can I get information for each of the rows in the table?
आयत किसे कहते हैं आयत की परिभाषा बताइए
Your Answer