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{
2222```
2323dependencies {
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 >
You can’t perform that action at this time.
0 commit comments