Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hasancse91 authored Oct 19, 2024
1 parent 487c8d1 commit a044538
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ You can start using the library by creating an instance of the Bongabdo class an

Example: Convert a Gregorian Date to Bengali Date (Bangla Academy Method)
```kotlin
import kotlinx.datetime.LocalDateTime
import com.github.hasancse91.bongabdo.Bongabdo
import com.github.hasancse91.bongabdo.BongabdoMethod

fun main() {
val bongabdo = Bongabdo.getInstance(BongabdoMethod.BANGLA_ACADEMY)
val result = bongabdo.getBongabdoData(year = 2014, month = 3, day = 14) // 14 Apr 2024
Expand Down

0 comments on commit a044538

Please sign in to comment.