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 you parse and process HTML/XML in PHP?
वायुमंडल किसे कहते है ? वायुमंडल के गैसों के घटक को बृत में दिखलाइये|
Convert HTML + CSS to PDF with PHP?
भूत काल (Past Tense) किसे कहते हैं? What is Past Tense?
आनुवंशिक गुण से क्या समझते हैं ? What do you understand by genetic trait?
प्रकाश के परावर्तन के नियम क्या है ..?
व्याख्या कीजिए कि ग्रह क्यों नहीं टिमटिमाते हैं? Explain why planets do not twinkle?
पृथ्वी पर जल के वितरण को मानचित्र की सहायता से स्पस्ट कीजिये|
आयत किसे कहते हैं आयत की परिभाषा बताइए
विस्थापन और दूरी में क्या सम्बन्ध / अंतर है?
how to connecting mysql database in php
How to Increase Import Size Limit in phpMyAdmin using Xampp server?
What is the best collation to use for MySQL (with PHP)
वैश्वीकरण क्या है? इससे उत्पन्न समस्याओं का वर्णन कीजिए। What is Globalization? Describe the problems arising out of it.
काल (Tense) किसे कहते हैं ? What is Tense
पहाड़ी क्षेत्रों में मृदा अपरदन की रोकथाम के लिए क्या कदम उठाने चाहिए | What steps should be taken to prevent soil erosion in hilly areas?
चाल और वेग किसे कहते है? चाल और वेग में क्या अंतर है? | Difference Between Speed and Velocity.
सर्वनाम किसे कहते है? और इनके कितने भेद है ? Who is pronoun? And how many types are there?
विभिन्नता से क्या समझते हैं ? What do you understand by diversity?
Get a substring between two strings in PHP
Describe the two general roles of an operating system, and elaborate why these roles are important ?
वाहनों में उत्तल दर्पण को back mirror के रूप में वरीयता क्यों देते हैं? | Why are convex mirrors preferred as back mirrors in vehicles?
सह-अभाज्य संख्या किसे कहते है ?
How Can You Choose a Reliable PHP Training Institute in Noida?
सिद्धांत तथा नियम में क्या अंतर है?
Executing multiple SQL queries in one statement with PHP
What is Encoder Assignment ?.
How to convert an array to a string in PHP?
झारखंड में कुल कितने प्रमंडल है, इसका मुख्यालय कहाँ है इसके अंतर्गत कौन कौन से जिले आते है|
.prop() vs .attr()
विस्मयादिबोधक अव्यय किसे कहते है? विस्मयादिबोधक अव्यय कितने प्रकार के होते हैं? What is exclamatory clause? How many types of exclamatory clause?
how to Get string between two strings
मस्तिष्क के प्रमुख भाग कौन-से है? विभिन्न भागों के कार्यों की चर्चा कीजिए। What are the major parts of the brain? Discuss the functions of different parts.
How to get first 5 characters from string
How to add 4 hours to time in PHP/MySQL
What is a computer network ?
किसी एक मंडल के न होने से क्या - क्या कठिनाइयाँ होगी| लिखिए|
Internal Energy से सम्बंधित भौतिकी विज्ञानं में Thermodynamics का प्रथम नियम क्या है
How can I add commas to numbers in PHP
When to use self vs $this?
How Do I Talk to a Live Person at Microsoft?
How to Create Tables in MySQL Database Using PHP?
What is Server-Side Scripting or Back-End Web Development Technology ..?
जीवाश्म ईंधन से आप क्या समझते हैं ? इसका निर्माण कैसे होता है ? What do you understand by fossil fuel? How is it manufactured?
चुंबकीय बल रेखाओं को देखकर क्या निष्कर्ष निकाले जा सकते हैं ? What conclusions can be drawn by looking at magnetic lines of force?
What is the Quick Process to get Refund from Thai
1 फीट में कितने सेंटीमीटर होते हैं? How many centimeters are there in 1 foot?
अकबर की राजपूत नीति क्या थी? इसका परिणाम क्या हुआ ? What was the Rajput policy of Akbar? What was the result of this?
दर्पण क्या है , दर्पण कितने प्रकार के होते है?
php set session with cookies
How to Start MS Word in Safe Mode ?
CakePHP Retrieving rows for the current month
How to calculate age (in years) based on Date of Birth and getDate()
मानसून क्या है , यह कैसे बंनता है?. मानसून कितने प्रकार के है
Jquery focus out after pressing enter key
Your Answer