mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Add "time" extra var type, and clean up date type HTML
This commit is contained in:
parent
9d57d24306
commit
ee1ddeeac3
3 changed files with 16 additions and 3 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue