date_n_time 1.0.7 copy "date_n_time: ^1.0.7" to clipboard
date_n_time: ^1.0.7 copied to clipboard

Dart Package for working with Dates without Times and/or Zones.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add date_n_time

With Flutter:

 $ flutter pub add date_n_time

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  date_n_time: ^1.0.7

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:date_n_time/date_n_time.dart';
0
likes
160
points
182
downloads

Publisher

unverified uploader

Weekly Downloads

Dart Package for working with Dates without Times and/or Zones.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

intl

More

Packages that depend on date_n_time