Postgrex v0.13.2 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}