1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

time: extend date str formats (#9543)

This commit is contained in:
AAAA
2021-04-01 04:04:59 -06:00
committed by GitHub
parent 0d1714cb0d
commit 043f6420f7
3 changed files with 6 additions and 0 deletions

View File

@@ -72,9 +72,11 @@ pub enum FormatDate {
mmddyyyy
mmmd
mmmdd
mmmddyy
mmmddyyyy
no_date
yyyymmdd
yymmdd
}
// FormatDelimiter contains different time/date delimiters.