Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

get month from database php

echo 'Day' . date('d', strtotime($row['Date']));
echo 'Month' . date('m', strtotime($row['Date']));
echo 'Year' . date('Y', strtotime($row['Date']));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #month #database #php
ADD COMMENT
Topic
Name
2+7 =