This package is useful for easily date formatting and DayLight saving time.
Provides a current time of different countries based on the user's phone locale with "Daylight saving time". Calculation of the meeting date and time based on the local meeting time chosen by the user.
Integrate plugin in pubspec.yaml
biz_date_time:
git:
url: https://github.com/ms-biztech/biz_dart_package
Format Date
BizDateTimeUtils myUtils = BizDateTimeUtils();
BizDateTime bizDateTime = utils.formatMyDate("22-12-2022", "dd MMM, yyyy");
Get current time of different countries
List<BizCountryTime> list = myUtils.getCountryTimeList();
Calculation of the meeting date and time
List<BizCountryTime> list = myUtils.getCountryTimeList(selectedDateTime);
This plugin is developed for the easy date formatting purpose.