Postgrex.Date

Struct for Postgres date.

Fields

  • year
  • month
  • day

Summary

Types

t :: %Postgrex.Date{year: 0..10000, month: 1..12, day: 1..31}