File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ allprojects{
22
22
```
23
23
dependencies {
24
24
...
25
- implementation 'com.github.amitjangid80:multiutillib:v1.3.4 '
25
+ implementation 'com.github.amitjangid80:multiutillib:v1.3.61 '
26
26
}
27
27
```
28
28
@@ -43,7 +43,7 @@ dependencies {
43
43
<dependency>
44
44
<groupId>com.github.amitjangid80</groupId>
45
45
<artifactId>multiutillib</artifactId>
46
- <version>v1.3.4 </version>
46
+ <version>v1.3.61 </version>
47
47
<dependency>
48
48
```
49
49
@@ -1005,6 +1005,21 @@ shineButton.init(MainActivity.this);
1005
1005
** Usage**
1006
1006
1007
1007
``` 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
+
1008
1023
/**
1009
1024
* format date time method
1010
1025
* <p >
You can’t perform that action at this time.
0 commit comments