Skip to content

Commit

Permalink
1. Added method to get current date time in given format.
Browse files Browse the repository at this point in the history
2. Updated library version.
  • Loading branch information
amitjangid80 committed Nov 3, 2018
1 parent 632c505 commit 1e1970f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 28
versionCode 34 // this indicates the number of releases of library
versionName "1.3.6" // this indicates the current version of library
versionCode 35 // this indicates the number of releases of library
versionName "1.3.61" // this indicates the current version of library
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/amit/utilities/DateTimeUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class DateTimeUtils
*
* @return - date or date time returned
**/
private static String getCurrentDateTime(String inDateTimeFormat)
public static String getCurrentDateTime(String inDateTimeFormat)
{
if (inDateTimeFormat != null && inDateTimeFormat.length() != 0)
{
Expand Down

0 comments on commit 1e1970f

Please sign in to comment.