Use "ui" module in libimagtimeui
This commit is contained in:
parent
127681498f
commit
bcdbb8197a
2 changed files with 2 additions and 1 deletions
|
@ -44,4 +44,5 @@ pub mod date;
|
|||
pub mod datetime;
|
||||
pub mod parse;
|
||||
pub mod time;
|
||||
pub mod ui;
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ pub fn time_ui_fmtstr() -> &'static str {
|
|||
}
|
||||
|
||||
pub fn time_ui_fmtstr_expl() -> &'static str {
|
||||
#r"In the UI, the format for Time is always YEAR-MONTH-DAY.
|
||||
r#"In the UI, the format for Time is always YEAR-MONTH-DAY.
|
||||
Optionally, Time can be specified by seperating it from the date with 'T'.
|
||||
Minutes and Seconds are optional.
|
||||
"#
|
||||
|
|
Loading…
Reference in a new issue