Jump to content

lkh11lkh

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

lkh11lkh's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hi <?php $date = "2009-02-21 01:30:00"; $signup_date= "2009-02-21 00:00:00"; echo (strtotime($date)-strtotime($signup_date))/60; ?> if total is 90mins how do i convert from 90mins to 1hr 30mins? thanks for your help
  2. thanks premiso & sasa but i still did not understand . is it i must convert $date & $signup_date into unix_timestamp? if yes, is there sample or example link? thanks
  3. hi if my $date is 2009-02-21 01:30:00 if my $signup_date is 2009-02-21 01:00:00 the total is 30minutes. How do i use php code to do $date - $singup_date? is there any help? thanks alot lkh
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.