Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 360 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 360 Bytes

retail-calendar

Library that calculates the current fiscal month (drawn from http://www.nrf.com/modules.php?name=Pages&sp\_id=391)

import "github.com/modcloth-labs/retail-calendar"

// returns startTime and endTime of the current fiscal Month
startTime, endTime := retail_calendar.GetBeginningAndEndTimeForFiscalMonth(time.Now())