The official web hosting company for the BlueVoda Website Builder. You are currently viewing our support forum as a guest which gives you limited (read only) access. By joining our support forum you will be able to ask questions, participate in discussions and receive assistance. Registration is fast and simple. Click Here To Join our support forum today! We look forward to helping you build and publish a fantastic website.
This was perfect <?=date('F j Y g:i A', time()+(3600*6))?> & is a nice 7.15am in the uk. I will have a look through the site you left a link to, to see if there is anything about the hour we loose for winter & summertime savings in the UK.
Must admit i am not sure if other contrys have this or not.
You can tell if the current day is daylight savings by doing this
if(date('I'))
{
// The time is daylights saving
}
else
{
// The time is normal
}
And adjust the date accordingly. I believe the time adjustment will different depending if you are in the north or south hemisphere. But all you would have to do is and place it in the if else statement above
<?=date('F j Y g:i A', time()+(3600*(6+ or - 1)))?>
Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
Comment