Skip to content

Commit

Permalink
Added 'getDate' to documentation.
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tegnér <[email protected]>
  • Loading branch information
Johannestegner committed Jan 20, 2024
1 parent d29bca6 commit fa913bf
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ composer require personnummer/personnummer
| valid | string personnummer, [ array options<sup>[*](#options)</sup> ] | bool |

#### Instance
| Method | Arguments | Returns |
| ---------------------|:----------------|--------:|
| format | bool longFormat | string |
| getAge | none | int |
| isMale | none | bool |
| isFemale | none | bool |
| isCoordinationNumber | none | bool |
| Method | Arguments | Returns |
|----------------------|:----------------|---------:|
| format | bool longFormat | string |
| getAge | none | int |
| isMale | none | bool |
| isFemale | none | bool |
| isCoordinationNumber | none | bool |
| getDate | none | DateTime |

| Property | Type | Description |
| ---------|:-------|----------------------------:|
Expand Down

0 comments on commit fa913bf

Please sign in to comment.