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 Do I Talk to a Live Person at Microsoft?
वायुमंडल किसे कहते है ? वायुमंडल के गैसों के घटक को बृत में दिखलाइये|
1 फुट में कितने इंच होते हैं? How many inches are there in 1 foot?
Why shouldn't I use mysql_* functions in PHP?
किसी एक मंडल के न होने से क्या - क्या कठिनाइयाँ होगी| लिखिए|
चाल और वेग में अंतर स्पष्ट करे ? Explain the difference between speed and velocity?
How to Create Tables in MySQL Database Using PHP?
सजीव प्राणियों पर एल्कोहल का क्या प्रभाव पड़ता है ? What is the effect of alcohol on living beings?
PHP set cookie lifetime
how to connecting mysql database in php
How to connect to MySQL database using PHP
How do you parse and process HTML/XML in PHP?
How to execute multiple SQL queries in MySQL Workbench?
Add 'x' amount of hours to date
विस्थापन और दूरी में क्या सम्बन्ध / अंतर है?
क्षारक क्या है ? What is alkali?
क्रोमोसोम से क्या समझते हैं ? What do you understand by chromosome?
How to Upload PHP Project from Local System Wampserver to linux Server and run
रचना के आधार पर शब्दों के कितने भेद है ? How many different words are there on the basis of composition
विभिन्नता से क्या समझते हैं ? What do you understand by diversity?
तत्त्वों के वर्गीकरण में डॉबेराइनर के क्या आधार थे ? What was Dobereiner's basis in the classification of elements?
What is oops ?
What is mysqLi and PDO, how to use it...?
स्पष्ट कीजिए कि कच्ची लकडी को जलाना कठिन क्यों होता है ? Explain why raw wood is difficult to burn.
What is Encoder Assignment ?.
Extract a substring between two characters in a string PHP
Substring to take all letters after the 4th character
Describe the two general roles of an operating system, and elaborate why these roles are important ?
सह-अभाज्य संख्या किसे कहते है ?
Internal Energy से सम्बंधित भौतिकी विज्ञानं में Thermodynamics का प्रथम नियम क्या है
मैदानी पारिस्थितिक में उत्पादक एवं उच्चतम श्रेणी के उपभोक्ता का नाम बताएँ । Name the producer and highest category consumer in plain ecology.
भारत की परमाणु नीति का इतिहास क्या है समझाइए। Explain the history of India's nuclear policy.
विधुत आवेश क्या है? विधुत आवेश कितने प्रकार के होते हैं ? What is electric charge? How many types of electric charges are there?
झारखंड में कुल कितने प्रमंडल है, इसका मुख्यालय कहाँ है इसके अंतर्गत कौन कौन से जिले आते है|
शिवाजी के द्वारा अर्थ व्यवस्था सुधार हेतु कार्यो का वर्णन कीजिए । Describe the works by Shivaji to improve the economy.
आयत किसे कहते हैं आयत की परिभाषा बताइए
जीन क्या है ? कोशिका में इसका उपस्थिति स्थल कहाँ है ? What is gene? Where is its place of presence in the cell?
.prop() vs .attr()
बिहार में लोकतंत्र की जड़ें कितनी गहरी हैं? How deep are the roots of democracy in Bihar?
काली मिट्टी की कोई दो विशेषताएँ लिखिए। Write any two characteristics of black soil.
प्रकाश के परावर्तन के नियम क्या है ..?
jQuery AJAX Autocomplete – Country
What is the purpose of a modem?
How to create a MySQL database using PHP?
Dynamic Select Option Menu Using Ajax And PHP.
How can I add commas to numbers in PHP
नव पाषाणकाल को क्रान्ति का युग क्यों कहते हैं? Why is the Neolithic Age called the Age of Revolution?
पीतल एवं ताँबे के बर्त्तनों में दही एवं खट्टे पदार्थ क्यों नहीं रखने चाहिये।
मानसून क्या है , यह कैसे बंनता है?. मानसून कितने प्रकार के है
How to Install Pear on Windows using WAMP
How to Increase Import Size Limit in phpMyAdmin using Xampp server?
दर्पण क्या है , दर्पण कितने प्रकार के होते है?
Autocomplete search using php, mysql and ajax
किसी सीधे तार से बहने वाली धारा के कारण उत्पन्न चुंबकीय बल-रेखा की दिशा को बताने वाले नियम को लिखें। Write the rule that describes the direction of the magnetic force line due to a current flowing through a straight wire.
Your Answer