Jump to content

nshack31

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

nshack31's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. not really a solution, just a question out of interest because im still developing my PHP knowledge, why are you not using.... [!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]$dbDateTime = date("Y-m-d H:i:s", mktime($_POST['hour'], $_POST['minute'], $_POST['second'], $_POST['month'], $_POST['day'], $_POST['year']));[/quote] instead of [!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--] $dbDateTime = mktime($_POST['hour'], $_POST['minute'], $_POST['second'], $_POST['month'], $_POST['day'], $_POST['year']); $dbDateTime = date("Y-m-d H:i:s", $dbDateTime);[/quote] ?? also what happens if you use H:i:s j-n-Y instead of Y-m-d H:i:s
×
×
  • 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.