Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 21, 2020 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/636547ec5d40244d5918a0c5a3a747b0 to your computer and use it in GitHub Desktop.
Save parzibyte/636547ec5d40244d5918a0c5a3a747b0 to your computer and use it in GitHub Desktop.
fecha := "2020-07-21"
// 2006-01-02 es layout de YYYY-MM-DD. No modificar
t, err := time.Parse("2006-01-02", fecha)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment