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
पृथ्वी पर जल के वितरण को मानचित्र की सहायता से स्पस्ट कीजिये|
सह-अभाज्य संख्या किसे कहते है ?
वे कौन-से विभिन्न तरीके हैं जिनके द्वारा एक विशेष लक्षण वाले व्यष्टि जीवों की संख्या समष्टि में बढ़ सकती है। What are the different ways in which the number of individuals with a particular trait can increase in a population.
कैसे व्यक्ति नेत्रदान नहीं कर सकते हैं। How can a person not donate eyes?
Extract a substring between two characters in a string PHP
How do I get a YouTube video thumbnail from the YouTube API?
मानसून क्या है , यह कैसे बंनता है?. मानसून कितने प्रकार के है
Convert from one format to another in PHP
Different between mysql and mysqli ?
php set session with cookies
count no of rows in cakephp base on email id
वायुमंडल किसे कहते है ? वायुमंडल के गैसों के घटक को बृत में दिखलाइये|
आयत किसे कहते हैं आयत की परिभाषा बताइए
Describe the two general roles of an operating system, and elaborate why these roles are important ?
How can I get a date after 15 days/1 month in PHP?
विधुत आवेश क्या है? विधुत आवेश कितने प्रकार के होते हैं ? What is electric charge? How many types of electric charges are there?
समस्थानिक तथा समभारिक में अंतर स्पष्ट करे ? Explain the difference between isotopes and isotopes?
शिवाजी के द्वारा अर्थ व्यवस्था सुधार हेतु कार्यो का वर्णन कीजिए । Describe the works by Shivaji to improve the economy.
Internal Energy से सम्बंधित भौतिकी विज्ञानं में Thermodynamics का प्रथम नियम क्या है
What is a URL? Write on example each of URL and IP address.
किसी एक मंडल के न होने से क्या - क्या कठिनाइयाँ होगी| लिखिए|
सरल धारा या दिष्ट धारा और प्रत्यावर्ती धारा किसे कहते है? What is simple current or direct current and alternating current?
How to Install Pear on Windows using WAMP
.prop() vs .attr()
What is mysqLi and PDO, how to use it...?
वाहनों में उत्तल दर्पण को पश्च-दृश्य दर्पण के रूप क्यों उपयोग किया जाता है? Why are convex mirrors used as rear-view mirrors in vehicles?
When to use self vs $this?
खनिज और अयस्क क्या हैं ? लोहे के दो अयस्कों के नाम उनके आणविक सूत्र के साथ लिखें । What are minerals and ores? Write the names of two ores of iron along with their molecular formulas.
डॉबेराइनर के तत्त्वों के वर्गीकरण की क्या सीमाएँ थीं ? What were the limitations of Dobereiner's classification of elements?
How Do I Talk to a Live Person at Microsoft?
सौर कुकर के लिए कौन-सा दर्पण – अवतल, उत्तल अथवा समतल सर्वाधिक उपयुक्त होता है ? Which mirror – concave, convex or plane is most suitable for solar cooker?
वास्तविक तथा आभासी प्रतिबिंब में अंतर क्या है ? What is the difference between real and virtual image?
भूतापीय ऊर्जा क्या है? What is geothermal energy?
Time Ago Function PHP
Check if string contains specific words?
कृत्रिम उपग्रह की विशेषताएँ लिखिए। Write the features of artificial satellite.
Are you looking best training center for website and software in Kolkata
how to Get string between two strings
CakePHP Retrieving rows for the current month
पर्यावरणीय प्रदूषण क्या होता है? मानव के लिए हानिकारक जैव विअपघटनीय तीन प्रदूषकों के नाम लिखिए।
How do you parse and process HTML/XML in PHP?
विस्थापन और दूरी में क्या सम्बन्ध / अंतर है?
how to connecting mysql database in php
How Add Day , Month , Year in PHP Date
एथनॉल के कुछ उपयोगों को लिखें। Write some uses of ethanol.
समूह में ऊपर से नीचे की ओर जाने पर इलेक्ट्रॉन ग्रहण करने की प्रवृत्ति कैसे परिवर्तित होगी ? How will the tendency to accept electrons change as we move from top to bottom in a group?
प्रकाश के परावर्तन के नियम क्या है ..?
वास्तविक प्रतिबिम्ब क्या है ? What is the real image.
दर्पण क्या है , दर्पण कितने प्रकार के होते है?
Jquery focus out after pressing enter key
What is the difference between client-side and server-side programming?
आपके अनुसार उत्कृष्ट गैसों को अलग समूहों में क्यों रखा गया ? Why do you think noble gases were placed in separate groups?
How to Create a table 2 to 20 using for loop in php
भक्ति आन्दोलन क्या है? इसके प्रभावों का वर्णन कीजिए? What is Bhakti Movement? Describe its effects?
झारखंड में कुल कितने प्रमंडल है, इसका मुख्यालय कहाँ है इसके अंतर्गत कौन कौन से जिले आते है|
Your Answer