mhupman / gotime

Website and Javascript library for parsing Golang date-time patterns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gotime

It's Go Time

The source for the Go Time website, a collection of tools for working with Golang's time format strings:

  • index.html: a tool for visualizing and explaining the various parts of a time format string.
  • parser.html: a Javascript reimplementation of the time.Parse method, for quickly testing patterns client-side.
  • gotime.js: a library for parsing time format strings and applying them.

About

Website and Javascript library for parsing Golang date-time patterns

License:MIT License


Languages

Language:JavaScript 91.0%Language:HTML 7.2%Language:CSS 1.8%