Skip to content

v0.0.1-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mahbubzulkarnain mahbubzulkarnain released this 12 Aug 03:31
· 15 commits to master since this release
fd1d896

Added

  • Add func GetLocationByUTCOffset(offset int) *time.Location
  • Add func (t *Time) GetDate(format ...string) string
  • Add func (t *Time) SetHour(hour interface{}) Time
  • Add func (t *Time) SetMinute(minute interface{}) Time
  • Add func (t *Time) SetSecond(second interface{}) Time
  • Add func (t *Time) SetNanosecond(nanosecond interface{}) Time
  • Add func (t *Time) GetTime(format ...string) string