Skip to content

Commit

Permalink
Don't use octal numbers (#505)
Browse files Browse the repository at this point in the history
Thanks @ajburley for reporting this issue πŸ™‡
#504
  • Loading branch information
rocboronat authored Sep 27, 2023
1 parent 10f08c1 commit 9f355b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ uncheck(R.id.check_box_item_2);

#### Pick data on pickers
```java
setDateOnPicker(1986, 03, 23);
setDateOnPicker(1986, 3, 23);
setTimeOnPicker(17, 2);
```

Expand Down

0 comments on commit 9f355b4

Please sign in to comment.