Postgrex v1.0.0-rc.0 Postgrex.Date

Struct for Postgres date.

Fields

  • year
  • month
  • day

Summary

Types

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