Comment on Go Date FormatparentComments−enneff11yIt's in the documentation for the Format method, which is where I'd expect to find it:http://golang.org/pkg/time/#Time.FormatThat it's in order is an intentional mnemonic. I'm not sure why the 7 comes later, but appears earlier.
Comments
It's in the documentation for the Format method, which is where I'd expect to find it:
http://golang.org/pkg/time/#Time.Format
That it's in order is an intentional mnemonic. I'm not sure why the 7 comes later, but appears earlier.