TT.MM.JJJJ
in die SHOW_ALL und SHOW_IN_DETAIL ???
Code: Alles auswählen
$this->column[] = array(
"original" => "changed",
"alias" => $lang->get(127),
"type" => "date",
"regexp" => "",
"link" => "",
"default" => "",
"mask" => SHOW_ALL + SHOW_IN_DETAIL + ALLOW_INSERT + ALLOW_CHANGE,
"width" => "10em"
);
Der Code
Code: Alles auswählen
$this->column[] = array(
"original" => "changed",
"alias" => $lang->get(127),
"type" => "text",
"regexp" => "",
"link" => "",
"default" => "",
"mask" => SHOW_ALL + SHOW_IN_DETAIL + ALLOW_INSERT + ALLOW_CHANGE + ALLOW_SEARCH,
"width" => "10em"
);
Wie ist soetwas machbar?
Gruß Tobias