Current location: Hot Scripts Forums » Programming Languages » PHP » how to change string to date


how to change string to date

Reply
  #1 (permalink)  
Old 05-19-08, 01:04 PM
tharsoe tharsoe is offline
Newbie Coder
 
Join Date: Apr 2008
Location: Singapore
Posts: 93
Thanks: 0
Thanked 1 Time in 1 Post
how to change string to date

Dear frd,
pls help me to change the string '2008-05-20' to date format.thks for ur advice.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 05-19-08, 01:12 PM
UnrealEd's Avatar
UnrealEd UnrealEd is offline
Community Liaison
 
Join Date: May 2005
Location: Antwerp, Belgium
Posts: 3,165
Thanks: 4
Thanked 25 Times in 25 Posts
have a look at the strftime function
__________________
"Good judgement comes from experience, and experience comes from bad judgement." - Fred Brooks

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 05-19-08, 02:17 PM
kjarli kjarli is offline
Newbie Coder
 
Join Date: May 2008
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
Or even better: DateTime

PHP Code:

<?php
$date 
= new DateTime('+30 days');
$date->format('U'); // gives time in like timestamp
?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 05-22-08, 11:37 PM
tharsoe tharsoe is offline
Newbie Coder
 
Join Date: Apr 2008
Location: Singapore
Posts: 93
Thanks: 0
Thanked 1 Time in 1 Post
Thanks UnrealEd and Kjarli.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
converting date-string to Date object UnrealEd Everything Java 4 05-15-07 07:20 PM
problem returning interest in bankaccount program psi3000 Everything Java 6 03-27-06 02:14 PM
BankAccount object oreinted help psi3000 Everything Java 6 03-16-06 11:07 AM
Declared Functions skipper23 PHP 4 12-17-03 11:06 AM
index page not showing up skipper23 PHP 3 12-15-03 02:10 PM


All times are GMT -5. The time now is 10:14 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.