Joomla日期/日历功能

时间:2012-02-23 21:50:40

标签: date joomla

这是我的代码,除插入外有效。在输入框中的日期之前和之后。尝试删除期间,仍然列表。在日期之前和之后。

<?php echo JHTML::_( 'calendar',".$this->start.",'start','start','%m-%d-%Y'); ?>

语法肯定有问题,但我无法弄清楚

Joomla 1.6 JHTML

当“和。被删除时,我得到了这个:

[23-Feb-2012 22:00:11] PHP致命错误:未捕获的异常'Exception',消息'DateTime :: _ construct()[datetime .-- construct]:无法解析时间字符串(02-24-2012)位置0(0):/ mnt /stor9-wc1-dfw1/653320/www.alumnifootballusaball/web/content/libraries/joomla/utilities/date.php:149中的意外字符 堆栈跟踪:#0 /mnt/stor9-wc1-dfw1/653320/www.alumnifootballusa.com/web/content/libraries/joomla/utilities/date.php(149):DateTime-&gt; _construct(' 02-24-2012',Object(DateTimeZone))#1 / mnt / stor9-wc1-dfw1 / 653320 / www.alumnifootballusa.com / web / content / libraries / joomla / factory.php(452):JDate-&gt; __construct('02 -24-2012','UTC')#2 /mnt/stor9-wc1-dfw1/653320/www.alumnifootballusa.com/web/content/libraries/joomla/html/html.php(573): JFactory :: getDate('02 -24-2012','UTC')#3 [内部函数]:JHtml :: date('02 -24-2012')#4 / mnt / stor9-wc1-dfw1 / 653320 / www.alumnifootballusa.com/web/content/libraries/joomla/html/html.php(187):call_user_func_array(Array,Array)#5 /mnt/stor9-wc1-dfw1/653320/www.alumnifootball in / mnt / stor9 -wc1-dfw1 / 653320 / www.alumnifootballusa.com / web / content / libraries / joomla / utilities / date.php 149行

2 个答案:

答案 0 :(得分:0)

这是Joomla代码吗?

尝试在PHP条目周围使用大括号。

我不明白为什么双引号完全存在。

EDIT 您能告诉我们您的各种选项对页面的回应吗?

答案 1 :(得分:0)

试试这个:

JHTML::calendar(date("d-m-Y"),'revdate', 'date', '%d-%m-%Y',array('size'=>'8','maxlength'=>'10','class'=>' validate[\'required\']',));