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
.prop() vs .attr()
How to get random value out of an array in php?
How to connect to MySQL database using PHP
आयत किसे कहते हैं आयत की परिभाषा बताइए
How can I add commas to numbers in PHP
वायुमंडल किसे कहते है ? वायुमंडल के गैसों के घटक को बृत में दिखलाइये|
What is the purpose of a modem?
How to Create a table 2 to 20 using for loop in php
How to copy mysql database from one server to other server using command prompt
What is the difference between client-side and server-side programming?
Substring to take all letters after the 4th character
दो आंखों की क्या उपयोगिता है ? What is the use of two eyes?
पूर्ति का नियम क्या है? What is the law of supply?
पृथ्वी पर जल के वितरण को मानचित्र की सहायता से स्पस्ट कीजिये|
Internal Energy से सम्बंधित भौतिकी विज्ञानं में Thermodynamics का प्रथम नियम क्या है
How Do I Talk to a Live Person at Microsoft?
Describe the two general roles of an operating system, and elaborate why these roles are important ?
What is DNS?
how to connecting mysql database in php
तीव्र जनसंख्या वृद्धि का पर्यावरण एवं विकास पर क्या प्रभाव पड़ता है? What is the impact of rapid population growth on the environment and development?
count no of rows in cakephp base on email id
सह-अभाज्य संख्या किसे कहते है ?
Dynamic Select Option Menu Using Ajax And PHP.
किसी एक मंडल के न होने से क्या - क्या कठिनाइयाँ होगी| लिखिए|
झारखंड में कुल कितने प्रमंडल है, इसका मुख्यालय कहाँ है इसके अंतर्गत कौन कौन से जिले आते है|
How many types we show dates in PHP ie Formatting of date function in PHP . ?
Get the full URL in PHP
वनों के संरक्षण के उपाय लिखिए। Write the measures for conservation of forests.
प्राकृतिक गैस तथा C.N.G. क्या है ? Natural Gas and C.N.G. What is ?
लोकतंत्र से आप क्या समझते हैं ?
How to create logout page in php?
ऊर्जा के उत्तम स्रोत किसे कहते हैं ? What are the best sources of energy?
What is the best collation to use for MySQL (with PHP)
How to convert an array to a string in PHP?
धनायन का आकार परमाणु से कम क्यों होता है ? Why is the size of a cation smaller than an atom?
चुंबकीय बल रेखाओं को देखकर क्या निष्कर्ष निकाले जा सकते हैं ? What conclusions can be drawn by looking at magnetic lines of force?
What is Pythagoras theorem?
तारे क्यों टिमटिमाते हैं? Why do stars twinkle?
How to Install Pear on Windows using WAMP
Differentiate between electric current and electric circuit.
प्रकाश के परावर्तन के नियम क्या है ..?
पूँजीवादी अर्थव्यवस्था का अर्थ एवं उसकी विशेषताएँ लिखिए। Write the meaning and characteristics of capitalist economy.
दर्पण क्या है , दर्पण कितने प्रकार के होते है?
भारत में नए लेबर कोड्स (New Labour Codes) क्या है ? इसमें क्या बदलाब किया जाने की संभाबना है
माँ के शरीर में गर्भस्थ भ्रूण का पोषण किस प्रकार प्राप्त होता है? How does the fetus get nourishment in the mother's body?
द्वंद समास किसे कहते हैं? What is Copulative Compound
सरदार वल्लभ भाई पटेल को लौह पुरुष क्यों कहा जाता है? सरदार को भारत रत्न कब दिया गया?
How to create Pyramid of asterisks in php
How do I get a YouTube video thumbnail from the YouTube API?
Simple Ajax Jquery script- How can I get information for each of the rows in the table?
विस्थापन और दूरी में क्या सम्बन्ध / अंतर है?
मानसून क्या है , यह कैसे बंनता है?. मानसून कितने प्रकार के है
दोलन गति क्या है?
calculate age based on date of birth
Are you looking best training center for website and software in Kolkata
Your Answer