Skip to content

Commit 9178f1c

Browse files
committed
1. Changed private method to public method in date time utils.
1 parent e2905f2 commit 9178f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/amit/utilities/DateTimeUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public static String getCurrentFinYear(Context context)
205205
*
206206
* @return Date time in specified in inDateTimeFormat
207207
**/
208-
private static String convertToDateTimeFromMilliseconds(Context context, Long milliseconds, String inDateTimeFormat)
208+
public static String convertToDateTimeFromMilliseconds(Context context, Long milliseconds, String inDateTimeFormat)
209209
{
210210
try
211211
{

0 commit comments

Comments
 (0)