On the old forum I had posted a query on how to set the current date/time as the default value for the Calendar field...
I discovered that I could use the Datetime live value plugin to set the date automatically on the Calendar field...
The only problem is that it will only show the date using the UTC timezone where I need it to be UTC+10 - Australia/Melbourne.
I've double checked that php.in has the timezone set to 'Australia/Melbourne'
I've tried messing with a line from the Datetime plugin:
$live = JFactory::getDate()->format( $format );
... using recommendations from here - http://webamoeba.co.uk/blog/working-with-dates-in-joomla/ but nothing seems to work.
Any suggestions would be greatly appreciated.
Cheers
snaffle