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:
@@ -72,9 +72,11 @@ pub enum FormatDate {
|
||||
mmddyyyy
|
||||
mmmd
|
||||
mmmdd
|
||||
mmmddyy
|
||||
mmmddyyyy
|
||||
no_date
|
||||
yyyymmdd
|
||||
yymmdd
|
||||
}
|
||||
|
||||
// FormatDelimiter contains different time/date delimiters.
|
||||
|
||||
Reference in New Issue
Block a user