Changing the datetime formatter a bit.
This commit is contained in:
@@ -117,7 +117,9 @@ let events_local_data_struct: key_val = {
|
||||
show_content__presentation_code: true,
|
||||
show_content__presenter_code: true,
|
||||
|
||||
time_format: 'time_us_short', // 'time_short', 'time_us_short'
|
||||
datetime_format: 'datetime_12_long',
|
||||
time_format: 'time_12_short',
|
||||
time_hours: 12, // 12 or 24
|
||||
|
||||
slct: {
|
||||
event_id: null,
|
||||
@@ -179,6 +181,10 @@ let events_local_data_struct: key_val = {
|
||||
|
||||
// Presentation Management (Distributing)
|
||||
'pres_mgmt': {
|
||||
datetime_format: 'datetime_12_long',
|
||||
time_format: 'time_12_short',
|
||||
time_hours: 12, // 12 or 24
|
||||
|
||||
qry_enabled: 'enabled', // all, disabled, enabled
|
||||
qry_hidden: 'not_hidden', // all, hidden, not_hidden
|
||||
qry_limit__files: 75,
|
||||
@@ -232,7 +238,7 @@ let events_local_data_struct: key_val = {
|
||||
show_report__presenters_agree: false,
|
||||
show_report__recent_files: false,
|
||||
|
||||
// time_format: 'time_us_short', // 'time_short', 'time_us_short'
|
||||
// time_format: 'time_12_short', // 'time_short', 'time_12_short'
|
||||
|
||||
disable_submit__opt_out: true,
|
||||
submit_status__opt_out: null,
|
||||
|
||||
Reference in New Issue
Block a user