ISO8601: Converted various calls of ::format to ::formatVague
This commit is contained in:
@@ -40,11 +40,6 @@ ColumnScheduled::ColumnScheduled ()
|
||||
{
|
||||
_name = "scheduled";
|
||||
_label = STRING_COLUMN_LABEL_SCHED;
|
||||
_styles = {"countdown"};
|
||||
|
||||
Date now;
|
||||
now += 125;
|
||||
_examples = {ISO8601p (now - Date ()).format ()};
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user