Skip to content

Commit

Permalink
完善文档
Browse files Browse the repository at this point in the history
  • Loading branch information
deatil committed Feb 19, 2024
1 parent ee21dd8 commit 92c30c9
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 254 deletions.
10 changes: 5 additions & 5 deletions docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ go-datebin some using example, more see [docs](https://pkg.go.dev/github.com/dea
- [IsMonth](#IsMonth)
- [IsStar](#IsStar)
- [IsWeek](#IsWeek)
- [IsEq](#IsEq)
- [IsEqual](#IsEqual)
- [Setting](#Setting)
- [Get Between](#GetBetween)
- [Datetimes](#Datetimes)
- [Format Sign](#FormatSign)
- [Format With Sign](#FormatWithSign)


#### Import
Expand Down Expand Up @@ -783,9 +783,9 @@ res := time.IsWeekend()
~~~


#### IsEq
#### IsEqual

some `IsEq` functions
some `IsEqual` functions

~~~go
timeA := datebin.Parse("2022-10-23 22:18:56")
Expand Down Expand Up @@ -988,7 +988,7 @@ var res bool = d1.Lte(d2)
~~~


#### FormatSign
#### FormatWithSign

| sign | desc | length | range | example |
| :------------: | :------------: | :------------: | :------------: | :------------: |
Expand Down
Loading

0 comments on commit 92c30c9

Please sign in to comment.