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 to create Pyramid of asterisks in php
लघुपथन से आप क्या समझते हैं ? What do you understand by short circuiting?
How can I get a date after 15 days/1 month in PHP?
Adding 1 hour to time variable
How do I get a YouTube video thumbnail from the YouTube API?
What are filaments of a bulb and a heater made up of?
वे कौन-से विभिन्न तरीके हैं जिनके द्वारा एक विशेष लक्षण वाले व्यष्टि जीवों की संख्या समष्टि में बढ़ सकती है। What are the different ways in which the number of individuals with a particular trait can increase in a population.
भारत की नदियाँ -सूची,लंबाई,वर्ग,उद्गम स्थान,सहायक नदियाँ,प्रवाह क्षेत्र (सम्बन्धित राज्य) ,प्राचीन नाम,आधुनिक नाम
Why shouldn't I use mysql_* functions in PHP?
How to copy mysql database from one server to other server using command prompt
बिहार के लोगो का मुख्य पेशा क्या है?
बिहार मे किन - किन प्राकृतिक आपदाओ का सामना करना परता है? इसका जन जीवन पर कैसा प्रभाव परता है?
Autocomplete search using php, mysql and ajax
प्राकृतिक पारितंत्र के उदाहरण दीजिए। Give examples of natural ecosystem.
What do you mean by Data and Information ?
अयस्क और खनिज में अंतर लिखिए। Write the difference between an ore and a mineral.
मानव निर्मित पर्यावरण के कारण प्राकृतिक पर्यावरण को नुकसान पहुँचता है| कैसे?
Why must the operating system be more careful when accessing input to a system call (or producing the result) when the data is in memory instead of registers ?
What is difference between session and cookie in php?
How to Create a table 2 to 20 using for loop in php
How do I get a refund from Ryanair
how to connecting mysql database in php
How do I discover memory usage of my application in Android?
What's the use of ob_start() in php?
उत्कृष्ट गैसों को अलग समूह में क्यों रखा गया है ? Why are noble gases placed in a separate group?
How to create logout page in php?
What is the best way to conditionally apply a class?
How do you parse and process HTML/XML in PHP?
बायो गैस क्या है ? इसके अवयवों के नाम लिखें तथा इसके दो उपयोग बतावें। What is Bio Gas? Write the names of its components and state its two uses.
स्पेक्ट्रम में किस रंग के प्रकाश का तरंगदैर्घ्य महत्तम और किस रंग के प्रकाश का तरंगदैर्घ्य न्यूनतम होता है। Which color of light has maximum wavelength in the spectrum and which color light has minimum wavelength?
Can is choose digital marketing as a career?
How to Validate Password Strength in PHP
Packers and Movers Indore for Household Shifting Services
Are you looking best training center for website and software in Kolkata
Convert number into xx.xx million format?
Convert HTML + CSS to PDF with PHP?
Converting Text to Image using php script for captcha code concept
ठंढे रेगिस्तानी प्रदेशो मे आपको जाना है| साथ ले जाने वाले सामानों की सूचि बनाइये|
How to connect to MySQL database using PHP
पृथ्वी के तापमान बढ़ने से जीवन के लिए खतरा बढ़ता है| कैसे?
How to Upload PHP Project from Local System Wampserver to linux Server and run
द्विखंडन, बहुखंडन से किस प्रकार भिन्न है? How is binary fission different from multiple fission?
भारत में नागरिकों के मौलिक अधिकारों का वर्णन कीजिए। Describe the fundamental rights of citizens in India.
विद्यत अपघटनी शोधन से आप क्या समझते हैं ? What do you understand by electrolytic refining?
.prop() vs .attr()
लैटेराइट मृदा (मिट्टी) किसे कहते है? इसके निर्माण और इसमें उगने वाली फसल के बारे में बताये ? What is laterite soil? Tell about its construction and the crops grown in it?
How to get first 5 characters from string
How to check radio button is checked using JQuery?
Your Answer