apptreesoftware/date_utils

Dart utilities for working with DateTime objects

80

stars

32

commits

Dart

primary language

Dec 28, 2023

updated

README

date_utils

CI

A Dart library to manipulate DateTimes. Useful for creating calendar functionality.

Example

See Packages:

Tzolkin Web Calendar

flutter_calendar

Usage

  1. Add the following to your pubspec.yaml:
dev_dependencies:
    date_utils: ^0.2.0
  1. Run dart pub get

  2. Import the package in your Dart code

import 'package:date_utils/date_utils.dart';
  1. Use the Utils class.
// example
var date = new DateTime(2017, 3);
var lastDay = Utils.lastDayOfMonth(date);
print(lastDay.day);
// => 31

Contributors

johnpryan

24 commits

ericwindmill

6 commits

rodydavis

1 commits

apptreesoftware/date_utils

Dart utilities for working with DateTime objects

80

stars

32

commits

Dart

primary language

Dec 28, 2023

updated

README

date_utils

CI

A Dart library to manipulate DateTimes. Useful for creating calendar functionality.

Example

See Packages:

Tzolkin Web Calendar

flutter_calendar

Usage

  1. Add the following to your pubspec.yaml:
dev_dependencies:
    date_utils: ^0.2.0
  1. Run dart pub get

  2. Import the package in your Dart code

import 'package:date_utils/date_utils.dart';
  1. Use the Utils class.
// example
var date = new DateTime(2017, 3);
var lastDay = Utils.lastDayOfMonth(date);
print(lastDay.day);
// => 31

Contributors

johnpryan

24 commits

ericwindmill

6 commits

rodydavis

1 commits

Languages

Dart

100.0%