Postgrex v0.12.0 Postgrex.Date

Struct for Postgres date.

Fields

  • year
  • month
  • day

Summary

Types

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