date_time_format 0.1.0+3 copy "date_time_format: ^0.1.0+3" to clipboard
date_time_format: ^0.1.0+3 copied to clipboard

outdated

A utility class for formatting Dart's DateTime object using standard date/time notation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add date_time_format

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

dependencies:
  date_time_format: ^0.1.0+3

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

Import it

Now in your Dart code, you can use:

import 'package:date_time_format/date_time_format.dart';
108
likes
0
pub points
96%
popularity

Publisher

verified publisherjamesalex.dev

A utility class for formatting Dart's DateTime object using standard date/time notation.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on date_time_format