Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6050645
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:42:42+00:00 2026-05-23T07:42:42+00:00

Facebook outputs dates in ISO8601 format – e.g.: 2011-09-02T18:00:00 Using PHP, how can I

  • 0

Facebook outputs dates in ISO8601 format – e.g.:
2011-09-02T18:00:00

Using PHP, how can I reformat into something like:
Friday, September 2nd 2011 at 6:00pm

Nb – I was doing it in Javascript, but IE has date bugs so I want a cross-browser solution.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T07:42:42+00:00Added an answer on May 23, 2026 at 7:42 am

    A fast but sometimes-unreliable solution:

    $date = '2011-09-02T18:00:00';
    
    $time = strtotime($date);
    
    $fixed = date('l, F jS Y \a\t g:ia', $time); // 'a' and 't' are escaped as they are a format char.
    

    Format characters detailed here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to know how to do something like Facebook does when you
I would like to develop a facebook app (using as3) where the output is
I am using facebook graph api to access mutual friend list using PHP Here's
I have implemented a Facebook Like button into my site. I wanted to make
Facebook Connect seems like the cool new way to leverage a user's Facebook account
Facebook has linked accounts, where facebook logs you into facebook everytime you are logged
Facebook API: How to let the php knows whether the user is a fan
Does Facebook provide a URL the user can access that will take him to
I am working on a newsfeed like similar to facebook. Where I compare the
I've seen pictures like this on Facebook: The instructions claim that your SIM card

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.