Date Picker.

Permalink
Hi C5 Users,

I am having problem with the date-picker styling. I just used this code without altering the view.css/view.js
<?php echo $dtt->date('date', "7/23/2010", true); ?>

and yet I got the calendar beneath a custom block when I click on the date field.

please check attachment to see what I am getting...

Thanks,
Any help will be really appreciated.

2 Attachments

 
JSA1972 replied on at Permalink Reply
Hi

Trying to

<?php echo Loader::helper('form/date_time')->date('dtt', $dtt); ?>

John