ts_date_converter 0.0.2 copy "ts_date_converter: ^0.0.2" to clipboard
ts_date_converter: ^0.0.2 copied to clipboard

Convert your date to desired format

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ts_date_converter

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

dependencies:
  ts_date_converter: ^0.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:ts_date_converter/ts_date_converter.dart';
3
likes
110
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

Convert your date to desired format

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, intl, plugin_platform_interface, web

More

Packages that depend on ts_date_converter