time: add .no_delimiter format option
parent
910a8934cb
commit
b5bf0eeac5
|
@ -150,6 +150,9 @@ mut res := match fmt_date {
|
|||
.space{
|
||||
' '
|
||||
}
|
||||
.no_delimiter{
|
||||
''
|
||||
}
|
||||
})
|
||||
return res
|
||||
}
|
||||
|
|
|
@ -73,6 +73,7 @@ pub enum FormatDelimiter {
|
|||
hyphen
|
||||
slash
|
||||
space
|
||||
no_delimiter
|
||||
}
|
||||
|
||||
// TODO: C.time_t. works in v2
|
||||
|
|
Loading…
Reference in New Issue