Day Of Week For A Date
Last updated
Was this helpful?
Last updated
Was this helpful?
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.