Skip to content

Instantly share code, notes, and snippets.

View pedropaulodf's full-sized avatar
:octocat:
coding...

Pedro Paulo pedropaulodf

:octocat:
coding...
View GitHub Profile
export const LOCALE_PTBR = {
months:
"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split(
"_"
),
monthsShort: "Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),
weekdays:
"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split(
"_"
),