# README
Time
É uma lib para manipulação de DateTime
GetTryParseDate
GetTryParseDate(dateTime string, layout string) (parsedDateTime time.Time) {}
# Functions
No description provided by the author
FirstDayOfMonth Gets the first day of the month informed.
GetTryParseDate -- Obter o padrão de data e hora EUA e/ou BR
dateTime: data para tentativa de conversão
layout:
"EUAlayoutFullDateTimeZone": "2006-01-02T15:04:05Z",
"EUAlayoutFullDateTime": "2006-01-02 15:04:05",
"EUAlayoutFullDate": "2006-01-02",
"BRlayoutFullDateTimeZone": "02/01/2006T15:04:05Z",
"BRlayoutFullDateTime": "02/01/2006 15:04:05",
"BRlayoutFullDate": "02/01/2006",
Se não for definido o layout será realizado tentativas de parse com base na lista de layouts
*/.
No description provided by the author
LastDayOfMonth Gets the last day of the month informed.
NowTimestamp returns the current local timestamp.
ParseTimeClock ...
ParseTimeEUA parses a formatted string and returns the time value it represents.
ParseTimeFullClock ...
ParseTimestamp ...
ParseTimewooba ...
No description provided by the author
No description provided by the author
No description provided by the author
WeekDayPTBr Returns the day of the week in Brazilian Portuguese.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Timewooba ...