ยฉ 2026 Hedgehog Software, LLC
starts_at
use Ash.Resource.Calculation def expression(_opts, _context) do expr(fragment("to_char(?,'DD.MM.YYYY')", starts_at)) end
:starts_at
opts
arguments: %{field: :starts_at}
calculate :display_starts_at, :string, {Project.Calculations.FormatDatetime, field: :starts_at}