mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
time: add .format_ss_milli and .format_ss_micro methods
This commit is contained in:
parent
0af415fa28
commit
8f23accc4e
4 changed files with 33 additions and 1 deletions
|
@ -54,6 +54,8 @@ pub enum FormatTime {
|
|||
hhmm24
|
||||
hhmmss12
|
||||
hhmmss24
|
||||
hhmmss24_milli
|
||||
hhmmss24_micro
|
||||
no_time
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue