Documentation
¶
Overview ¶
Package reldate generates a date in YYYY-MM-DD format based on a relative time description (e.g. -1 week, +3 years)
@author R. S. Doiel, <rsdoiel@gmail.com> copyright (c) 2014 all rights reserved. Released under the Simplified BSD License See: http://opensource.org/licenses/bsd-license.php
Index ¶
Constants ¶
View Source
const ( // The standard format for dates I find convient YYYYMMDD = "2006-01-02" // Version of this package Version = "v0.0.2" )
Variables ¶
This section is empty.
Functions ¶
func EndOfMonth ¶
finds the end of the month value (e.g. 28, 29, 30, 31)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.