Add "time" extra var type, and clean up date type HTML

This commit is contained in:
Kijin Sung 2024-03-27 00:34:30 +09:00
parent 9d57d24306
commit ee1ddeeac3
3 changed files with 16 additions and 3 deletions

View file

@ -326,6 +326,7 @@ $lang->column_type_list['kr_zip'] = 'Korean address and postal code';
$lang->column_type_list['country'] = 'Country';
$lang->column_type_list['language'] = 'Language';
$lang->column_type_list['date'] = 'Date';
$lang->column_type_list['time'] = 'Time';
$lang->column_type_list['timezone'] = 'Time zone';
$lang->column_name = 'Column Name';
$lang->column_title = 'Column Title';