Skip to content

Commit

Permalink
dave's suggestion: adding example date to dropdown options
Browse files Browse the repository at this point in the history
  • Loading branch information
jesscall authored Aug 6, 2020
1 parent b59dfae commit 5b46cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/configuration/php/configuration.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ class Configuration extends \NDB_Form

$date_format = [
'' => '',
'Ymd' => 'Ymd',
'Ym' => 'Ym'
'Ymd' => 'Ymd (EX: 2015-12-28)',
'Ym' => 'Ym (EX: 2015-12)'
];

$instruments = \Utility::getAllInstruments();
Expand Down

0 comments on commit 5b46cc9

Please sign in to comment.