Skip to content

Commit

Permalink
new Upgrades...
Browse files Browse the repository at this point in the history
  • Loading branch information
abduelrahman committed Dec 21, 2020
1 parent ddfff46 commit 7a3662e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions dateUtils/src/main/java/am/dateutils/DateUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,6 @@ public DateUtils(Context context, @NonNull String txtDate, String appLocale) {
}


/* public DateUtils(Context context, long dateInMillis) {
this(context, dateInMillis, null, null);
}
public DateUtils(Context context, long dateInMillis, String appLocale) {
this(context, dateInMillis, null, appLocale);
}*/


public DateUtils(Context context, am.dateutils.Date date) {
this(context, date.getDate(), date.getTimezone(), null);
}
Expand All @@ -69,13 +60,6 @@ public DateUtils(Context context, @NonNull String txtDate, String txtTimeZone, S
}


/* public DateUtils(Context context, long dateInMillis, String txtTimeZone, String appLocale) {
this.context = context;
this.dateInMillis = dateInMillis;
init(appLocale, txtTimeZone);
}*/


private void init(String appLocale, String txtTimeZone) {
this.dateFormat = new ISODateFormat();
calendar = Calendar.getInstance(this.appLocale);
Expand Down

0 comments on commit 7a3662e

Please sign in to comment.