Hey If i have a string of numbers eg:
where it is: (year)(month)(day)(hour)(minute)Code:$date = 200703241230
how can i split the string so i can have it like:
so i can display it how i wish eg( 24/03/2007 12:30 )Code:$date_year = 2007 $date_month = 03 $date_day = 24 $date_hour = 12 $date_minute = 30
thanks in advance for your help.
munnaz






Bookmarks