Skip to content

ms-biztech/biz_dart_package

Repository files navigation

This package is useful for easily date formatting and DayLight saving time.

Features

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.

Getting started

Usage

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);

Additional information

This plugin is developed for the easy date formatting purpose.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages