Day Of Week For A Date
Given a date
in PostgreSQL
you can determine the day of the week for that date with the date_part()
function
The days of week are 0
through 6
, 0
being Sunday and 6
being Saturday.
Last updated
Given a date
in PostgreSQL
you can determine the day of the week for that date with the date_part()
function
The days of week are 0
through 6
, 0
being Sunday and 6
being Saturday.
Last updated