Skip to content

Commit

Permalink
time: add MMM in the doc comment for parse_format() (#19299)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffangelion committed Sep 8, 2023
1 parent b4d0e12 commit bea12e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vlib/time/parse.c.v
Expand Up @@ -135,6 +135,7 @@ pub fn parse(s string) !Time {
// YY - 2 digit year, 00..99
// M - month, 1..12
// MM - month, 2 digits, 01..12
// MMM - month, three letters, Jan..Dec
// MMMM - name of month
// D - day of the month, 1..31
// DD - day of the month, 01..31
Expand Down

0 comments on commit bea12e2

Please sign in to comment.