.
This commit is contained in:
parent
7e40a6e6c3
commit
1d969c9b0d
5 changed files with 4 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// dayjsbr.ts
|
||||
import dayjs from "dayjs"
|
||||
import "dayjs/locale/pt-br"
|
||||
//import "dayjs/locale/pt-br"
|
||||
|
||||
import duration from "dayjs/plugin/duration"
|
||||
import isSameOrAfter from "dayjs/plugin/isSameOrAfter"
|
||||
|
|
@ -21,7 +21,7 @@ dayjs.extend(minMax)
|
|||
dayjs.extend(relativeTime)
|
||||
dayjs.extend(duration)
|
||||
|
||||
dayjs.locale("pt-br")
|
||||
//dayjs.locale("pt-br")
|
||||
|
||||
export const dayjsbr = dayjs
|
||||
export default dayjsbr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue