Skip to content

Commit

Permalink
Update reference/function/date-time.md
Browse files Browse the repository at this point in the history
Style fixes

Co-authored-by: Nick Woolmer <[email protected]>
  • Loading branch information
javier and nwoolmer authored Aug 8, 2024
1 parent 2fb8a81 commit e599097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/function/date-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ SELECT to_str(ts,'EE'),day_of_week_sunday_first(ts) FROM myTable;

## days_in_month

`days_in_month(value)` - returns the number of days in a month from a provided
`days_in_month(value)` - returns the number of days in a month from a given
timestamp or date.

**Arguments:**
Expand Down

0 comments on commit e599097

Please sign in to comment.