Skip to content

Commit 60ebec7

Browse files
authored
Update README.md
1 parent 1e1970f commit 60ebec7

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ allprojects{
2222
```
2323
dependencies {
2424
...
25-
implementation 'com.github.amitjangid80:multiutillib:v1.3.4'
25+
implementation 'com.github.amitjangid80:multiutillib:v1.3.61'
2626
}
2727
```
2828

@@ -43,7 +43,7 @@ dependencies {
4343
<dependency>
4444
<groupId>com.github.amitjangid80</groupId>
4545
<artifactId>multiutillib</artifactId>
46-
<version>v1.3.4</version>
46+
<version>v1.3.61</version>
4747
<dependency>
4848
```
4949

@@ -1005,6 +1005,21 @@ shineButton.init(MainActivity.this);
10051005
**Usage**
10061006

10071007
```java
1008+
1009+
/**
1010+
* 2018 November 03 - Saturday - 12:00 PM
1011+
* get current date time method
1012+
*
1013+
* this method will current date time in string type
1014+
*
1015+
* @param inDateTimeFormat - Pass the date or date time format you
1016+
* want to get date or date time in format
1017+
* Ex: dd-MM-yyyy or dd-MM-yyyy hh:mm
1018+
*
1019+
* @return - date or date time returned
1020+
**/
1021+
DateTimeUtils.getCurrentDateTime(String inDateTimeFormat)
1022+
10081023
/**
10091024
* format date time method
10101025
* <p>

0 commit comments

Comments
 (0)