I get date form db on server:
$idate = $row["idate"];
than I transfer to string with $alterdd1= strftime("%d %B %Y");
and change to seconds: $alteredd2=strtotime("$alterdd1");
Can you suggest me that it will work? Now it shows me current time not from $idate ...Need help