IT Community - Software Programming, Web Development and Technical Support

How can you convert them to another format?

This is a discussion on How can you convert them to another format? within the PHP Programming forums, part of the Web Development category; Hi friends, Can any one expalin if you have to work with dates in the following format: "Tuesday, February ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > PHP Programming

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-25-2007, 09:36 AM
devarajan.v devarajan.v is offline
D-Web Master
 
Join Date: May 2007
Posts: 382
devarajan.v is on a distinguished road
Question How can you convert them to another format?

Hi friends,

Can any one expalin if you have to work with dates in the following format: "Tuesday, February 14, 2006 @ 10:39 am", how can you convert them to another format, that is easier to use?


Thanks
devarajan.V
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-26-2007, 10:33 AM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 882
kingmaker is on a distinguished road
Send a message via Yahoo to kingmaker
Default Re: How can you convert them to another format?

Easy way to convert

$date = "Tuesday, February 14, 2006 @ 10:39 am";

$date = str_replace("@ ","",$date);
$date = strtotime($date);

echo date("d M Y",$date);
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert image to other image format using CODEC in .NET 3.0 Mramesh C# Programming 0 02-07-2008 03:33 AM
How to convert jpg, bmp, tif,... image formats in to another format using c# .Net? Archer C# Programming 1 09-07-2007 08:23 AM
Convert DVD Movies to iPod Format(with Subtitles) Using Free Software kingmaker The Lounge 0 07-31-2007 01:40 AM
How to convert a date to a globally accepted date format, in DOT NET 2005? Archer C# Programming 1 07-25-2007 03:21 AM
Better Image Format Joe Web Design Help 12 03-06-2007 11:31 PM


All times are GMT -7. The time now is 02:37 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0