Use "ui" module in libimagtimeui

This commit is contained in:
Matthias Beyer 2018-03-20 14:19:38 +01:00
parent 127681498f
commit bcdbb8197a
2 changed files with 2 additions and 1 deletions

View file

@ -44,4 +44,5 @@ pub mod date;
pub mod datetime; pub mod datetime;
pub mod parse; pub mod parse;
pub mod time; pub mod time;
pub mod ui;

View file

@ -22,7 +22,7 @@ pub fn time_ui_fmtstr() -> &'static str {
} }
pub fn time_ui_fmtstr_expl() -> &'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'. Optionally, Time can be specified by seperating it from the date with 'T'.
Minutes and Seconds are optional. Minutes and Seconds are optional.
"# "#