Google Search

Google Search

HTML/JavaScript

Thursday, September 1, 2011

Mktime and date

$current_sdate = mktime();
$current_edate = mktime(date('h'),date('m'),date('s'),date('m'),date('d')+10,date('y'));
$sdate=date("Y-m-d",$current_sdate);
$edate=date("Y-m-d",$current_edate);

No comments:

Post a Comment