18 require_once SQ_CORE_PACKAGE_PATH.
'/designs/design_area/design_area.inc';
43 parent::__construct($assetid);
59 $format = addslashes($this->
attr(
'format'));
60 switch ($this->
attr(
'datetime')) {
62 $datetime =
'$ASSET->updated';
65 $datetime =
'$ASSET->created';
68 $datetime =
'$ASSET->published';
75 echo
'<',
'?php echo date("'.$format.
'", '.$datetime.
'); ?',
'>';