Skip to content

Instantly share code, notes, and snippets.

@seungjin
Created May 15, 2019 10:19
Show Gist options
  • Save seungjin/75730ef2f4783b6ef2207fdc6afaf45b to your computer and use it in GitHub Desktop.
Save seungjin/75730ef2f4783b6ef2207fdc6afaf45b to your computer and use it in GitHub Desktop.
defmodule Datemizer do
def shorten_to_date(datetime) do
datetime |> String.split(",") |> hd
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment